CSecurityDesc::IsSelfRelative
Determines if the security descriptor is in self-relative format.
bool IsSelfRelative( ) const throw( );
Возвращаемое значение
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.
Требования
Header: atlsecurity.h
См. также
Основные понятия
Absolute and Self-Relative Security Descriptors