SetupGetFileCompressionInfoW (SETUPAPI.@)
DWORD SetupGetFileCompressionInfoW ( PCWSTR source, PWSTR* name, PDWORD source_size, PDWORD target_size, PUINT type )
Get compression type and compressed/uncompressed sizes of a given file.
| source | [In] | File to examine. |
| name | [Out] | Actual filename used. |
| source_size | [Out] | Size of compressed file. |
| target_size | [Out] | Size of uncompressed file. |
| type | [Out] | 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 Jul 2008.