FCIFlushFolder (CABINET.12)
BOOL FCIFlushFolder ( HFCI hfci, PFNFCIGETNEXTCABINET pfnfcignc, PFNFCISTATUS pfnfcis )
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.
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. |
On success, returns TRUE On failure, returns FALSE.
fci.h
Declared in "include/fci.h". gitlab.winehq.org/wine/wine/blob/master/include/fci.h
Implemented in "dlls/cabinet/fci.c". gitlab.winehq.org/wine/wine/blob/master/dlls/cabinet/fci.c
Debug channel "cabinet".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.