RetreiveFileSecurity(3w)
NAME
RetreiveFileSecurity (SETUPAPI.@)
SYNOPSIS
DWORD RetreiveFileSecurity ( LPCWSTR lpFileName, PSECURITY_DESCRIPTOR* pSecurityDescriptor )
DESCRIPTION
Retrieve the security descriptor that is associated with the given
file.
PARAMS
lpFileName [In] Name of the file.
RETURNS
Success: ERROR_SUCCESS
Failure: other
IMPLEMENTATION
Defined in "setupapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/setupapi/misc.c".
- Debug channel "setupapi".