CSecurityDesc::IsSelfRelative

 

Determines if the security descriptor is in self-relative format.

Syntax

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

CSecurityDesc Class
SECURITY_DESCRIPTOR_CONTROL
Absolute and Self-Relative Security Descriptors
CSecurityDesc::MakeSelfRelative
CSecurityDesc::MakeAbsolute