FDITruncateCabinet function

The FDITruncateCabinet function truncates a cabinet file starting at the specified folder number.

Syntax


BOOL WINAPI FDITruncateCabinet(
  _In_ HFDI   hfdi,
  _In_ LPSTR  *pszCabinetName,
  _In_ USHORT iFolderToDelete
);

Parameters

hfdi [in]

A valid FDI context handle returned by the FDICreate function.

pszCabinetName [in]

The full cabinet filename.

iFolderToDelete [in]

The index of the first folder to delete.

Return value

If the function succeeds, it returns TRUE; otherwise, FALSE.

Extended error information is provided in the ERF structure used to create the FDI context.

Requirements

Header

Fdi.h

Library

Cabinet.lib

DLL

Cabinet.dll

See also

FDIIsCabinet

 

 

Show: