NTLMRemoveUserFromGroup (Windows Embedded CE 6.0)

1/6/2010

This function removes a user from an NTLM group.

Syntax

BOOL NTLMRemoveUserFromGroup(
  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
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Authentication Services Functions

Concepts

NTLM Security Support Provider