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


CSecurityDesc::IsGroupDefaulted

Determines if the security descriptor's group security identifier (SID) was set by default.

bool IsGroupDefaulted( ) const throw( );

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

Returns true if a default mechanism, rather than the original provider of the security descriptor, provided the security descriptor's group SID. Returns false otherwise.

Заметки

To set this flag, use the CSecurityDesc::SetGroup method.

Требования

Header: atlsecurity.h

См. также

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

CSecurityDesc Class

CSecurityDesc Members

SECURITY_DESCRIPTOR_CONTROL

CSecurityDesc::SetGroup

CSecurityDesc::GetGroup