Scroll to navigation

SetFileSecurityA(3w) Wine API SetFileSecurityA(3w)

NAME

SetFileSecurityA (ADVAPI32.@)

SYNOPSIS

BOOL SetFileSecurityA
(
LPCSTR lpFileName,
SECURITY_INFORMATION RequestedInformation,
PSECURITY_DESCRIPTOR pSecurityDescriptor
)
 

DESCRIPTION

See SetFileSecurityW(3w).
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/advapi32/security.c".
Debug channel "advapi".
Oct 2012 Wine API