FCIFlushFolder.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/cabinet/fci.c".