На главную

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 | Скачать Вниз

SetSecurityDescriptorOwner



The SetSecurityDescriptorOwner function sets the owner information of an absolute-format security descriptor. It replaces any owner information already present in the security descriptor.

BOOL SetSecurityDescriptorOwner(

PSECURITY_DESCRIPTOR pSecurityDescriptor, // address of security descriptor
PSID pOwner, // address of SID for owner
BOOL bOwnerDefaulted // flag for default
);


Parameters

pSecurityDescriptor

Points to the SECURITY_DESCRIPTOR structure whose owner is set by this function. The function replaces any existing owner with the new owner.

pOwner

Points to a SID structure the function sets as the security descriptor's new primary owner. The SID structure is referenced by, not copied into, the security descriptor. If this parameter is NULL, the function clears the security descriptor's owner information. This marks the security descriptor as having no owner.

bOwnerDefaulted

Specifies a flag indicating whether the owner information is derived from a default mechanism. If this flag is TRUE, it is default information. The function stores this value as the SE_OWNER_DEFAULTED flag in the SECURITY_DESCRIPTOR_CONTROL structure. If this parameter is zero, the SE_OWNER_DEFAULTED flag is cleared.



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

GetSecurityDescriptorOwner, InitializeSecurityDescriptor, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL, SetSecurityDescriptorDacl, SetSecurityDescriptorGroup, SetSecurityDescriptorSacl, SID


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

SetSecurityDescriptorOwner



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

BOOL SetSecurityDescriptorOwner(

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


Параметры

pSecurityDescriptor

Точки на структуру SECURITY_DESCRIPTOR чьего владельца установлены этой функцией. Функция заменяет любого существующего владельца новым владельцем.

pOwner

Точки на структуру SID функциональные комплекты как дескриптор безопасности нового первичного владельца. Структура SID ссылалась на, не скопированное в, дескриптор безопасности. Если этот параметр НЕДЕЙСТВИТЕЛЕН, функция очищает информацию владельца дескриптора безопасности. Это выделяет дескриптор безопасности как иметь никакой владелец.

bOwnerDefaulted

Определяет флаг, указывающий независимо информация владельца производная от по умолчанию механизма. Если этот флаг является ИСТИНОЙ, он - по умолчанию информация. Функция загружает эту величину как флаг SE_OWNER_DEFAULTED в структуре SECURITY_DESCRIPTOR_CONTROL. Если этот параметр является нулем, флаг SE_OWNER_DEFAULTED очищен.



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

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

Смотри Также

GetSecurityDescriptorOwner, InitializeSecurityDescriptor, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL, SetSecurityDescriptorDacl, SetSecurityDescriptorGroup, SetSecurityDescriptorSacl, SID


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