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.
Defined in "setupapi.h".
Implemented in "dlls/setupapi/misc.c". source.winehq.org/source/dlls/setupapi/misc.c
Debug channel "setupapi".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.