.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH FCIFlushFolder 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBFCIFlushFolder\fR (CABINET.12) .SH SYNOPSIS BOOL FCIFlushFolder ( HFCI \fIhfci\fR, PFNFCIGETNEXTCABINET \fIpfnfcignc\fR, PFNFCISTATUS \fIpfnfcis\fR ) .SH DESCRIPTION .PP FCIFlushFolder completes the CFFolder structure under construction. .PP All further data which is added by FCIAddFile will be associated to the next CFFolder structure. .PP FCIFlushFolder will be called by FCIAddFile automatically if the threshold (stored in the member cbFolderThresh of the \fBCCAB\fR structure pccab passed to FCICreate) is exceeded. .PP FCIFlushFolder will be called by FCIFlushFolder automatically before any data will be written into the cabinet file. .SH PARAMS \fIhfci\fR \fB[In]\fR An \fBHFCI\fR from FCICreate. .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 .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.