NTLMAddUserToGroup (Windows CE 5.0)
This function adds an existing user to an existing NTLM group.
BOOL NTLMAddUserToGroup( WCHAR* groupName, WCHAR* userName);
Parameters
- groupName
[in] Pointer to the name of the group, case-insensitive. - userName
[in] Pointer to the user name, case-insensitive.
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