CSecurityDesc::IsSelfRelative
Determines if the security descriptor is in self-relative format.
bool IsSelfRelative( ) const throw( );
Return Value
Returns true if the security descriptor is in self-relative format with all the security information in a contiguous block of memory. Returns false if the security descriptor is in absolute format. For more information, see Absolute and Self-Relative Security Descriptors.
Requirements
Header: atlsecurity.h
See Also
Reference
Absolute and Self-Relative Security Descriptors
CSecurityDesc::MakeSelfRelative