.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetupDecompressOrCopyFileW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetupDecompressOrCopyFileW\fR (SETUPAPI.@) .SH SYNOPSIS DWORD SetupDecompressOrCopyFileW ( PCWSTR \fIsource\fR, PCWSTR \fItarget\fR, PUINT \fItype\fR ) .SH DESCRIPTION .PP Copy a file and decompress it if needed. .SH PARAMS \fIsource\fR \fB[In]\fR File to copy. .PP \fItarget\fR \fB[In]\fR Filename of the copy. .PP \fItype\fR \fB[In]\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.