NTLMGetUserList
A version of this page is also available for
4/8/2010
This function gets the list of users belonging to an NTLM group.
Syntax
BOOL NTLMGetUserList(
WCHAR* groupName,
WCHAR* userList,
DWORD* pdwccLen
);
Parameters
- groupName
[in] Pointer to the name of the group, case-insensitive.
- userList
[in, out] Pointer to the multi-string buffer containing the user list. This parameter can be set to NULL if the function is to figure out the actual size of the buffer.
- pdwccLen
[in, out] On input, pointer to the size of the buffer, in characters. On output, this parameter points to the required or actual buffer size.
Return Value
Returns TRUE to indicate success, and FALSE to indicate failure.
Remarks
This function can be called by privileged applications only.
Requirements
Header | ntlmssp.h |
Library | Ntlmssp.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |
See Also
Reference
Authentication Services Functions