NTLMGetGroupList (Windows CE 5.0)
This function gets a list of groups to which a user belongs.
BOOL NTLMGetGroupList( WCHAR* userName, WCHAR* groupList, DWORD* pdwccLen);
Parameters
- userName
[in] Pointer to the user name, case-insensitive. - groupList
[in, out] Pointer to the multi-string buffer containing the group 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 Values
Returns TRUE to indicate success, and FALSE to indicate failure.
Remarks
This function can be called by trusted applications only.
Requirements
Pocket PC: Pocket PC 2000 and later.
Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE .NET 4.2 and later.
Header: Ntlmssp.h.
Link Library: Ntlmssp.lib.
See Also
Authentication Services Functions | NTLM Security Support Provider
Send Feedback on this topic to the authors