|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
SetFileSecurity
The SetFileSecurity function sets the security of a file or directory object.
BOOL SetFileSecurity(
LPCTSTR lpFileName, // address of string for filename SECURITY_INFORMATION SecurityInformation, // type of information to set PSECURITY_DESCRIPTOR pSecurityDescriptor // address of security descriptor );
Parameters
lpFileName
Points to a null-terminated string specifying the file or directory for which security is set.
SecurityInformation
Specifies a SECURITY_INFORMATION structure identifying the contents of the security descriptor pointed to by the pSecurityDescriptor parameter.
pSecurityDescriptor
Points to a SECURITY_DESCRIPTOR structure.
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.
Remarks
The SetFileSecurity function is successful only if the following conditions are met:
· If the object's owner is being set, the calling process must have either WRITE_OWNER permission or be the object's owner. · If the object's discretionary access-control list (ACL) is being set, the calling process must have either WRITE_DAC permission or be the object's owner. · If the object's system ACL is being set, the SE_SECURITY_NAME privilege must be enabled for the calling process.
See Also
GetFileSecurity, SECURITY_DESCRIPTOR, SECURITY_INFORMATION, SetKernelObjectSecurity, SetPrivateObjectSecurity, SetUserObjectSecurity
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
SetFileSecurity
Функция SetFileSecurity устанавливает безопасность файлового или объекта директория.
BOOL SetFileSecurity(
LPCTSTR lpFileName, // АДРЕС строки для filename SECURITY_INFORMATION SecurityInformation, // типа информации, чтобы устанавливать pSecurityDescriptor / PSECURITY_DESCRIPTOR/ адрес дескриптора безопасности );
Параметры
lpFileName
Точки на недействительный расторгнутую строку, определяющие файл или директорий для которых безопасность установлена.
SecurityInformation
Определяет структуру SECURITY_INFORMATION опознавая содержание дескриптора безопасности указывался, чтобы параметром pSecurityDescriptor.
pSecurityDescriptor
Точки на структуру SECURITY_DESCRIPTOR.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Функция SetFileSecurity имеет успех только если следующие условия выполнены:
Если объектный владелец установленн, вызов процесса должен иметь или разрешение WRITE_OWNER или будет объектный владелец. Если объектный дискреционный иметь доступ к-управляющему списку (ACL), установленн, вызов процесса должен иметь или разрешение WRITE_DAC или будет объектный владелец. Если объектная система ACL установленн, привилегия SE_SECURITY_NAME должна быть приспособлена для вызова процесса.
Смотри Также
GetFileSecurity, SECURITY_DESCRIPTOR, SECURITY_INFORMATION, SetKernelObjectSecurity, SetPrivateObjectSecurity, SetUserObjectSecurity
|
|
|
|
| |