FNFCISTATUS macro (fci.h)
The FNFCISTATUS macro provides the declaration for the application-defined callback function to update the user.
void FNFCISTATUS(
fn
);
fn
Indicates the type of status update. Possible values include:
Value | Meaning |
---|---|
statusFile0x00 | Compressing a block into a folder. |
statusFolder0x01 | Adding a folder to a cabinet. |
statusCabinet0x02 | Writing out a complete cabinet. |
None
If typeStatus equals statusCabinet the returned value indicates the desired size for the cabinet file. FCI updates the maximum cabinet size remaining using this returned value. This allows a client to generate multiple cabinets per disk, and have FCI limit the size accordingly.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | fci.h |