TakeOwnershipOfFile(3w)
NAME
TakeOwnershipOfFile (SETUPAPI.@)
SYNOPSIS
DWORD TakeOwnershipOfFile
(
LPCWSTR lpFileName
)
DESCRIPTION
Takes the ownership of 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".