Udostępnij za pośrednictwem


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

Reference

CTokenGroups Class

Other Resources

CTokenGroups Members