NTLMAddUserToGroup (Compact 2013)

3/28/2014

This function adds an existing user to an existing NTLM group.

Syntax

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 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

See Also

Reference

Authentication Services Functions