SetupDecompressOrCopyFileW (SETUPAPI.@)
DWORD SetupDecompressOrCopyFileW ( PCWSTR source, PCWSTR target, PUINT type )
Copy a file and decompress it if needed.
source | [In] | File to copy. |
target | [In] | Filename of the copy. |
type | [In] | Compression type. |
Success: ERROR_SUCCESS
Failure: Win32 error code.
Declared in "include/setupapi.h". gitlab.winehq.org/wine/wine/blob/master/include/setupapi.h
Implemented in "dlls/setupapi/misc.c". gitlab.winehq.org/wine/wine/blob/master/dlls/setupapi/misc.c
Debug channel "setupapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.