FDITruncateCabinet(3w)
NAME
FDITruncateCabinet (CABINET.24)
SYNOPSIS
BOOL FDITruncateCabinet ( HFDI hfdi, char* pszCabinetName, USHORT iFolderToDelete )
DESCRIPTION
Removes all folders of a cabinet file after and including the specified
folder number.
PARAMS
hfdi [In] Handle to the FDI context.
pszCabinetName [In] Filename of the cabinet.
iFolderToDelete [In] Index of the first folder to delete.
RETURNS
Success: TRUE.
Failure: FALSE.
NOTES
The PFNWRITE function supplied to FDICreate must truncate the file at
the current position if the number of bytes to write is 0.
IMPLEMENTATION
Defined in "fdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/cabinet/fdi.c".
- Debug channel "cabinet".