CSecurityDesc::IsOwnerDefaulted
Determines if the security descriptor's owner security identifier (SID) was set by default.
bool IsOwnerDefaulted( ) const throw( );
Return Value
Returns true if a default mechanism, rather than the original provider of the security descriptor, provided the security descriptor's owner SID. Returns false otherwise.
Remarks
To set this flag, use the CSecurityDesc::SetOwner method.
Requirements
Header: atlsecurity.h