Scroll to navigation

SetupGetFileCompressionInfoExA(3w) Wine API SetupGetFileCompressionInfoExA(3w)

NAME

SetupGetFileCompressionInfoExA (SETUPAPI.@)

SYNOPSIS

BOOL SetupGetFileCompressionInfoExA
(
PCSTR source,
PSTR name,
DWORD len,
PDWORD required,
PDWORD source_size,
PDWORD target_size,
PUINT type
)
 

DESCRIPTION

See SetupGetFileCompressionInfoExW(3w).
 

IMPLEMENTATION

Declared in "setupapi.h".
Implemented in "dlls/setupapi/misc.c".
Debug channel "setupapi".
Oct 2012 Wine API