На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

GetSecurityDescriptorOwner



The GetSecurityDescriptorOwner function retrieves the owner information from a security descriptor.

BOOL GetSecurityDescriptorOwner(

PSECURITY_DESCRIPTOR pSecurityDescriptor, // address of security descriptor
PSID *pOwner, // address of pointer to owner security identifier (SID)
LPBOOL lpbOwnerDefaulted // address of flag for default
);


Parameters

pSecurityDescriptor

Points to a SECURITY_DESCRIPTOR structure whose owner information the function retrieves.

pOwner

Points to a pointer to a SID structure identifying the owner when the function returns. (A SID is a security identifier.) If the security descriptor does not contain an owner, the function sets the pointer pointed to by pOwner to NULL and ignores the remaining output parameter, lpbOwnerDefaulted. If the security descriptor contains an owner, the function sets the pointer pointed to by pOwner to the address of the security descriptor's owner SID structure and provides a valid value for the variable pointed to by lpbOwnerDefaulted.

lpbOwnerDefaulted

Points to a flag set to the value of the SE_OWNER_DEFAULTED flag in the SECURITY_DESCRIPTOR_CONTROL structure when the function returns. If the value stored in the variable pointed to by the pOwner parameter is NULL, no value is set.



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

GetSecurityDescriptorControl, GetSecurityDescriptorDacl, GetSecurityDescriptorGroup, GetSecurityDescriptorLength, GetSecurityDescriptorSacl, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL, SetSecurityDescriptorOwner, SID


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

GetSecurityDescriptorOwner



Функция GetSecurityDescriptorOwner извлекает информацию владельца из дескриптора безопасности.

BOOL GetSecurityDescriptorOwner(

pSecurityDescriptor PSECURITY_DESCRIPTOR, // адрес дескриптора безопасности PSID *pOwner, // адрес указателя в идентификатор безопасности владельца (SID) LPBOOL lpbOwnerDefaulted // адрес флага для по умолчанию
);


Параметры

pSecurityDescriptor

Точки на структуру SECURITY_DESCRIPTOR чьей информации владельца функция извлекается.

pOwner

Точки на указатель в структуру SID, опознающую владельца когда функция возвращается. ( SID - идентификатор безопасности.) Если дескриптор безопасности не содержит владельца, функция устанавливает указатель указанный, чтобы pOwner на НЕДЕЙСТВИТЕЛЬНЫЙ и игнорирует остальной выходной параметр, lpbOwnerDefaulted. Если дескриптор безопасности содержит владельца, функция устанавливает указатель указанный, чтобы pOwner по адресу владельца дескриптора структуры безопасности SID и обеспечивает правильную величину для переменной указанной, чтобы lpbOwnerDefaulted.

lpbOwnerDefaulted

Точки на флаг были установлены в величину флага SE_OWNER_DEFAULTED в структуре SECURITY_DESCRIPTOR_CONTROL когда функция возвращается. Если величина загруженная в переменную указанную, чтобы параметром pOwner НЕДЕЙСТВИТЕЛЬНА, никакая величина не установлена.



Обратные Величины

Если функция добивается успеха, обратная величина ненулевая.
Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Смотри Также

GetSecurityDescriptorControl, GetSecurityDescriptorDacl, GetSecurityDescriptorGroup, GetSecurityDescriptorLength, GetSecurityDescriptorSacl, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL, SetSecurityDescriptorOwner, SID


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz