CAccessToken::SetPrimaryGroup

 

Call this method to set the primary group of the CAccessToken object.

Syntax

      bool SetPrimaryGroup(
   const CSid& rSid
) throw(...);

Parameters

  • rSid
    The CSid Class object containing the primary group information.

Return Value

Returns true on success, false on failure.

Remarks

The primary group is the default group for new objects created while this access token is in effect.

Requirements

Header: atlsecurity.h

See Also

CAccessToken Class
CAccessToken::GetPrimaryGroup