CSecurityDesc::IsGroupDefaulted
Determines if the security descriptor's group security identifier (SID) was set by default.
bool IsGroupDefaulted( ) const throw( );
Return Value
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.
Remarks
To set this flag, use the CSecurityDesc::SetGroup method.
Requirements
Header: atlsecurity.h