Commit 362aa36d authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

cabinet: Add documentation for FDITruncateCabinet.

parent 54cf8ea1
...@@ -2819,7 +2819,21 @@ BOOL __cdecl FDIDestroy(HFDI hfdi) ...@@ -2819,7 +2819,21 @@ BOOL __cdecl FDIDestroy(HFDI hfdi)
/*********************************************************************** /***********************************************************************
* FDITruncateCabinet (CABINET.24) * FDITruncateCabinet (CABINET.24)
* *
* Undocumented and unimplemented. * Removes all folders of a cabinet file after and including the
* specified folder number.
*
* PARAMS
* hfdi [I] Handle to the FDI context.
* pszCabinetName [I] Filename of the cabinet.
* iFolderToDelete [I] 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.
*/ */
BOOL __cdecl FDITruncateCabinet( BOOL __cdecl FDITruncateCabinet(
HFDI hfdi, HFDI hfdi,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment