|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| netapi32.lib
| Header File
| lmaccess.h
| Unicode
| WinNT
| Platform Notes
| All LanMan APIs are UNICODE only
|
|
|
NetLocalGroupSetMembers
The NetLocalGroupSetMembers function sets the local group membership for the specified local group. Each
user or global group specified is made a member of the local group. Users or
global groups that are not specified but are currently members of the local group
will have their membership revoked.
Security Requirements
Only members of the Administrators or Account Operators local group can
successfully execute NetLocalGroupSetMembers on a remote server.
NET_API_STATUS NetLocalGroupSetMembers(
LPWSTR servername,
|
| LPWSTR LocalGroupName,
|
| DWORD level,
|
| LPBYTE buf,
|
| DWORD totalentries
|
| );
|
|
Parameters
servername
Pointer to a Unicode string containing the name of the remote server on which
the function is to execute. A NULL pointer or string specifies the local
computer.
LocalGroupName
Pointer to a Unicode string containing the name of the local group to which
the specified users or global groups belong.
level
Specifies one of the following values to set the level of information provided.
buf
Pointer to the buffer in which the data to be set is stored.
totalentries
Specifies the total number of entries in the buffer that the buf parameter points to.
See Also
NetLocalGroupGetMembers
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|