.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetupGetFileCompressionInfoW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetupGetFileCompressionInfoW\fR (SETUPAPI.@) .SH SYNOPSIS DWORD SetupGetFileCompressionInfoW ( PCWSTR \fIsource\fR, PWSTR* \fIname\fR, PDWORD \fIsource_size\fR, PDWORD \fItarget_size\fR, PUINT \fItype\fR ) .SH DESCRIPTION .PP Get compression \fItype\fR and compressed/uncompressed sizes of a given file. .SH PARAMS \fIsource\fR \fB[In]\fR File to examine. .PP \fIname\fR \fB[Out]\fR Actual filename used. .PP \fIsource_size\fR \fB[Out]\fR Size of compressed file. .PP \fItarget_size\fR \fB[Out]\fR Size of uncompressed file. .PP \fItype\fR \fB[Out]\fR Compression \fItype\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR .PP \fBFailure:\fR Win32 error code. .SH IMPLEMENTATION .PP Declared in \fB"setupapi.h"\fR. .PP Implemented in \fB"dlls/setupapi/misc.c"\fR. .PP Debug channel \fB"setupapi"\fR.