다음을 통해 공유


CTokenGroups::operator =

Assignment operator.

CTokenGroups & operator =(
   const TOKEN_GROUPS & rhs 
) throw(...);
CTokenGroups & operator =(
   const CTokenGroups & rhs 
) throw(...);

Parameters

  • rhs
    The CTokenGroups object or TOKEN_GROUPS structure to assign to the CTokenGroups object.

Return Value

Returns the updated CTokenGroups object.

Requirements

Header: atlsecurity.h

See Also

Concepts

CTokenGroups Class

CTokenGroups Members