CSecurityDesc::GetControl
Retrieves control information from the security descriptor.
bool GetControl(
SECURITY_DESCRIPTOR_CONTROL * psdc
) const throw( );
Параметры
- psdc
Pointer to a SECURITY_DESCRIPTOR_CONTROL structure that receives the security descriptor's control information.
Возвращаемое значение
Returns true if the method succeeds, false if it fails.
Заметки
This method is only meaningful when using Windows 2000 or later, as it calls GetSecurityDescriptorControl.
Требования
Header: atlsecurity.h