NTLMRemoveGroup (Compact 2013)

3/28/2014

This function removes an existing NTLM group.

Syntax

BOOL NTLMRemoveGroup(
  WCHAR* groupName
);

Parameters

  • groupName
    [in] Pointer to the name of the group, case-insensitive.

Remarks

This function can be called by privileged applications only.

Return Value

Returns TRUE to indicate success, and FALSE to indicate failure.

Requirements

Header

ntlmssp.h

Library

Ntlmssp.lib

See Also

Reference

Authentication Services Functions
NTLMAddGroup
NTLM Security Support Provider