Using Win32 functions in Visual FoxPro Image Gallery
Network Management
..msdn
NetApiBufferFree
NetApiBufferSize
NetConnectionEnum
NetFileClose
NetFileEnum
NetFileGetInfo
NetGetDCName
NetGroupEnum
NetLocalGroupEnum
NetMessageBufferSend
NetMessageNameAdd
NetMessageNameDel
NetMessageNameEnum
NetScheduleJobAdd
NetScheduleJobDel
NetScheduleJobEnum
NetServerEnum
NetServerGetInfo
NetSessionEnum
NetShareAdd
NetShareDel
NetShareEnum
NetShareSetInfo
NetUserAdd
NetUserChangePassword
NetUserDel
NetUserEnum
NetUserGetGroups
NetUserGetInfo
NetUserGetLocalGroups
NetUserSetInfo
NetWkstaGetInfo
NetWkstaTransportEnum
NetWkstaUserEnum
Code examples:
How to enumerate, add and delete shares on the local computer (WinNT/XP)
NetShareAdd
..msdn    Add comment     W32 Constants      Translate this page
Shares a server resource.
Code examples:
How to enumerate, add and delete shares on the local computer (WinNT/XP)
Declaration:
 
NET_API_STATUS NetShareAdd(
    LPWSTR servername,
    DWORD level,
    LPBYTE buf,
    LPDWORD parm_err
);
 
 
FoxPro declaration:
 
DECLARE INTEGER NetShareAdd IN netapi32;
    STRING servername,;
    LONG lvl,;
    STRING @buffer,;
    LONG @parm_err
 
 
Parameters:
servername
[in] Pointer to a string that specifies the DNS or NetBIOS name of the remote server on which the function is to execute.

level
[in] Specifies the information level of the data (2, 502).

buf
[in] Pointer to the buffer that specifies the data.

parm_err
[out] Pointer to a value that receives the index of the first member of the share information structure that causes the ERROR_INVALID_PARAMETER error.
Return value:
If the function succeeds, the return value is NERR_Success (0).
My comment:
If the servername parameter is NULL, the local computer is used.
Word Index links for the NetShareAdd :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2005-12-02 12:37:05
Modified: 2005-12-02 12:40:54
Visited in last 7 days: 765
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (23.22.76.170)
7.38 hrs.Function: 'CM_Locate_DevNode_Ex'
 Example: 'Using Multimedia Command Strings to play MIDI files'
12.38 hrs.Example: 'Class for sound recording'
 Example: 'Retrieving size of a remote file'
15.3 hrs.Gallery
Page 3
 
Function group: 'Remote Access Service (RAS)'
20.04 hrs.Example: 'Listing device drivers in the system: load addresses, names'
 Function: 'SQLDataSources'
Function group: 'ODBC API'
1 day(s)Example: 'Detecting changes in connections to removable drives (VFP9)'
 Function: 'GetClipboardOwner'
Google
Advertise here!