Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FCIDestroy function deletes an open FCI context, freeing any memory and temporary files associated with the context.
Syntax
BOOL DIAMONDAPI FCIDestroy(
[in] HFCI hfci
);
Parameters
[in] hfci
A valid FCI context handle returned by the FCICreate function.
Return value
If the function succeeds, it returns TRUE; otherwise, FALSE.
Extended error information is provided in the ERF structure used to create the FCI context.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | fci.h |
Library | Cabinet.lib |
DLL | Cabinet.dll |