Поделиться через


CAccessToken::GetGroups

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

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

Параметры

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

Возвращаемое значение

Returns true on success, false on failure.

Требования

Header: atlsecurity.h

См. также

Основные понятия

CAccessToken Class

CAccessToken Members