NTLMEnumUser (Windows CE 5.0)
This function enumerates a user in a local database.
BOOL NTLMEnumUser(DWORDindex,LPTSTRpszUser,LPDWORDpcchUser);
Parameters
- index
[in] The index of the next user to be enumerated. - pszUser
[out] Pointer to a buffer containing the registered user name for this request. - pcchUser
[in, out] On input, pointer to the size of the buffer in characters. On output, this parameter points to the length used, in characters.
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