StampFileSecurity(3w)
NAME
StampFileSecurity (SETUPAPI.@)
SYNOPSIS
DWORD StampFileSecurity ( LPCWSTR lpFileName, PSECURITY_DESCRIPTOR pSecurityDescriptor )
DESCRIPTION
Assign a new security descriptor to the given file.
PARAMS
lpFileName [In] Name of the file.
pSecurityDescriptor [In] New security descriptor.
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".