.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ExtractFilesW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBExtractFilesW\fR (ADVPACK.@) .SH SYNOPSIS HRESULT ExtractFilesW ( LPCWSTR \fICabName\fR, LPCWSTR \fIExpandDir\fR, DWORD \fIFlags\fR, LPCWSTR \fIFileList\fR, LPVOID \fILReserved\fR, DWORD \fIReserved\fR ) .SH DESCRIPTION .PP Extracts the specified files from a cab archive into a destination directory. .SH PARAMS \fICabName\fR \fB[In]\fR Filename of the cab archive. .PP \fIExpandDir\fR \fB[In]\fR Destination directory for the extracted files. .PP \fIFlags\fR \fB[In]\fR \fIReserved\fR. .PP \fIFileList\fR \fB[In]\fR Optional list of files to extract. See \fBNOTES\fR. .PP \fILReserved\fR \fB[In]\fR \fIReserved\fR. Must be \fBNULL\fR. .PP \fIReserved\fR \fB[In]\fR \fIReserved\fR. Must be \fB0.\fR .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBE_FAIL\fR. .SH NOTES .PP \fIFileList\fR is a colon-separated list of filenames. If \fIFileList\fR is non-NULL, only the files in the list will be extracted from the cab file, otherwise all files will be extracted. Any number of spaces, tabs, or colons can be before or after the list, but the list itself must only be separated by colons. .SH BUGS .PP Unimplemented. .SH IMPLEMENTATION .PP Declared in \fB"advpub.h"\fR. .PP Implemented in \fB"dlls/advpack/files.c"\fR. .PP Debug channel \fB"advpack"\fR.