.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH FCIAddFile 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBFCIAddFile\fR (CABINET.11) .SH SYNOPSIS BOOL FCIAddFile ( HFCI \fIhfci\fR, char* \fIpszSourceFile\fR, char* \fIpszFileName\fR, BOOL \fIfExecute\fR, PFNFCIGETNEXTCABINET \fIpfnfcignc\fR, PFNFCISTATUS \fIpfnfcis\fR, PFNFCIGETOPENINFO \fIpfnfcigoi\fR, TCOMP \fItypeCompress\fR ) .SH DESCRIPTION .PP FCIAddFile adds a file to the to be created cabinet file. .SH PARAMS \fIhfci\fR \fB[In]\fR An \fBHFCI\fR from FCICreate. .PP \fIpszSourceFile\fR \fB[In]\fR A pointer to a C string which contains the name and location of the file which will be added to the cabinet. .PP \fIpszFileName\fR \fB[In]\fR A pointer to a C string which contains the name under which the file will be stored in the cabinet. .PP \fIfExecute\fR \fB[In]\fR A boolean value which indicates if the file should be executed after extraction of self extracting executables. .PP \fIpfnfcignc\fR \fB[In]\fR A pointer to a function which gets information about the next cabinet. .PP \fIpfnfcis\fR \fB[IO]\fR A pointer to a function which will report status information about the compression process. .PP pfnfcioi \fB[In]\fR A pointer to a function which reports file attributes and time and date information. .PP \fItypeCompress\fR \fB[In]\fR Compression type. .PP .SH RETURNS .PP On success, returns \fBTRUE\fR On failure, returns \fBFALSE\fR. .SH INCLUDES .PP fci.h .SH IMPLEMENTATION .PP Declared in \fB"fci.h"\fR. .PP Implemented in \fB"dlls/cabinet/fci.c"\fR. .PP Debug channel \fB"cabinet"\fR.