FCIDestroy function (fci.h)

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

See also

FCICreate