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


CAccessToken::GetPrimaryGroup

Call this method to get the primary group associated with the CAccessToken object.

bool GetPrimaryGroup(
   CSid* pSid
) const throw(...);

Параметры

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

Returns true on success, false on failure.

Заметки

The group is set by default on any objects created while this access token is in effect.

Требования

Header: atlsecurity.h

См. также

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

CAccessToken Class

CAccessToken Members

CAccessToken::SetPrimaryGroup