SetupDecompressOrCopyFileW(3w)
NAME
SetupDecompressOrCopyFileW (SETUPAPI.@)
SYNOPSIS
DWORD SetupDecompressOrCopyFileW ( PCWSTR source, PCWSTR target, PUINT type )
DESCRIPTION
Copy a file and decompress it if needed.
PARAMS
source [In] File to copy.
target [In] Filename of the copy.
type [In] Compression type.
RETURNS
Success: ERROR_SUCCESS
Failure: Win32 error code.
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".