SetupGetFileCompressionInfoExW (SETUPAPI.@)
BOOL SetupGetFileCompressionInfoExW ( PCWSTR source, PWSTR name, DWORD len, PDWORD required, 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. |
len | [In] | Length in characters of 'name' buffer. |
required | [Out] | Number of characters written to 'name'. |
source_size | [Out] | Size of compressed file. |
target_size | [Out] | Size of uncompressed file. |
type | [Out] | Compression type. |
Success: TRUE
Failure: FALSE
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.