SetFileSecurityW(3w)
NAME
SetFileSecurityW (ADVAPI32.@)
SYNOPSIS
BOOL SetFileSecurityW ( LPCWSTR lpFileName, SECURITY_INFORMATION RequestedInformation, PSECURITY_DESCRIPTOR pSecurityDescriptor )
DESCRIPTION
Sets the security of a file or directory.
PARAMS
lpFileName []
RequestedInformation []
pSecurityDescriptor [].
RETURNS
Success: TRUE.
Failure: FALSE.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/security.c".
- Debug channel "advapi".