NTLMEnumGroups (Windows Embedded CE 6.0)
1/6/2010
This function enumerates an NTLM group.
Syntax
BOOL NTLMEnumGroups(
DWORD index,
WCHAR* groupName,
DWORD* dwSizeInChars
);
Parameters
- index
[in] Index of the group. The value starts with zero and increments until there is no more data.
- groupName
[in, out] Pointer to a buffer containing the group name. This parameter can be set to NULL if the function is to figure out the allocated size.
- dwSizeInChars
[in, out] On input, pointer to the size of the buffer, in characters. On output, this parameter points to the required or actual 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 |
See Also
Reference
Authentication Services Functions