CAccessToken::GetGroups

Call this method to return the CAccessToken object's token groups.

bool GetGroups(
   CTokenGroups* pGroups
) const throw(...);

Parameters

  • pGroups
    Pointer to the CTokenGroups Class object which will receive the group information.

Return Value

Returns true on success, false on failure.

Requirements

Header: atlsecurity.h

See Also

Reference

CAccessToken Class

Other Resources

CAccessToken Members