|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetSecurityDescriptorControl
The GetSecurityDescriptorControl function retrieves a security descriptor's control and revision information.
BOOL GetSecurityDescriptorControl(
PSECURITY_DESCRIPTOR pSecurityDescriptor, // address of security descriptor PSECURITY_DESCRIPTOR_CONTROL pControl, // address of control structure LPDWORD lpdwRevision // address of revision value );
Parameters
pSecurityDescriptor
Points to a SECURITY_DESCRIPTOR structure whose control and revision information the function retrieves.
pControl
Points to a SECURITY_DESCRIPTOR_CONTROL structure receiving the security descriptor's control information.
lpdwRevision
Points to a variable receiving the security descriptor's revision value. This value is always set, even when GetSecurityDescriptorControl returns an error.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
See Also
GetSecurityDescriptorDacl, GetSecurityDescriptorGroup, GetSecurityDescriptorLength, GetSecurityDescriptorOwner, GetSecurityDescriptorSacl, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetSecurityDescriptorControl
Функция GetSecurityDescriptorControl извлекает дескриптор безопасности управляющая и информация исправленного издания.
BOOL GetSecurityDescriptorControl(
pSecurityDescriptor PSECURITY_DESCRIPTOR, // адрес дескриптора безопасности PSECURITY_DESCRIPTOR_CONTROL pControl, // адреса адреса управляющей структуры LPDWORD lpdwRevision // величины исправленного издания );
Параметры
pSecurityDescriptor
Точки на структуру SECURITY_DESCRIPTOR чьего управления и информация исправленного издания функция извлекается.
pControl
Точки на структуру SECURITY_DESCRIPTOR_CONTROL, получающие дескриптор безопасности управляющей информации.
lpdwRevision
Точки на переменную, получающие величину исправленного издания дескриптора безопасности. Эта величина всегда установлена, даже когда GetSecurityDescriptorControl возвращает ошибку.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Смотри Также
GetSecurityDescriptorDacl, GetSecurityDescriptorGroup, GetSecurityDescriptorLength, GetSecurityDescriptorOwner, GetSecurityDescriptorSacl, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL
|
|
|
|
| |