Scroll to navigation

GetFileSecurityW(3w) Wine API GetFileSecurityW(3w)

NAME

GetFileSecurityW (ADVAPI32.@)

SYNOPSIS

BOOL GetFileSecurityW
(
LPCWSTR lpFileName,
SECURITY_INFORMATION RequestedInformation,
PSECURITY_DESCRIPTOR pSecurityDescriptor,
DWORD nLength,
LPDWORD lpnLengthNeeded
)
 

DESCRIPTION

See GetFileSecurityA(3w).
 

IMPLEMENTATION

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