Поделиться через


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

См. также

Основные понятия

CSecurityDesc Class

CSecurityDesc Members

SECURITY_DESCRIPTOR_CONTROL

Absolute and Self-Relative Security Descriptors

CSecurityDesc::MakeSelfRelative

CSecurityDesc::MakeAbsolute