SetupGetFileCompressionInfoExW(3w)
NAME
SetupGetFileCompressionInfoExW (SETUPAPI.@)
SYNOPSIS
BOOL SetupGetFileCompressionInfoExW ( PCWSTR source, PWSTR name, DWORD len, PDWORD required, PDWORD source_size, PDWORD target_size, PUINT type )
DESCRIPTION
Get compression type and compressed/uncompressed sizes of a given file.
PARAMS
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.
RETURNS
Success: TRUE
Failure: FALSE
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".