FCIFlushFolder(3w)
NAME
FCIFlushFolder (CABINET.12)
SYNOPSIS
BOOL FCIFlushFolder ( HFCI hfci, PFNFCIGETNEXTCABINET pfnfcignc, PFNFCISTATUS pfnfcis )
DESCRIPTION
FCIFlushFolder completes the CFFolder structure under construction.
All further data which is added by FCIAddFile will be associated to the
next CFFolder structure.
FCIFlushFolder will be called by FCIAddFile automatically if the
threshold (stored in the member cbFolderThresh of the CCAB structure
pccab passed to FCICreate) is exceeded.
FCIFlushFolder will be called by FCIFlushFolder automatically before
any data will be written into the cabinet file.
PARAMS
hfci [In] An HFCI from FCICreate.
pfnfcignc [In] A pointer to a function which gets information about
the next cabinet.
pfnfcis [IO] A pointer to a function which will report status information about the compression process.
RETURNS
On success, returns TRUE On failure, returns FALSE.
INCLUDES
fci.h
IMPLEMENTATION
Defined in "fci.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/cabinet/fci.c".