Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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