FCIDestroy function

The FCIDestroy function deletes an open FCI context, freeing any memory and temporary files associated with the context.

Syntax


BOOL FCIDestroy(
  _In_ HFCI hfci
);

Parameters

hfci [in]

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.

Example

For an example, see Creating a Cabinet.

Requirements

Header

Fci.h

Library

Cabinet.lib

DLL

Cabinet.dll

See also

FCICreate

 

 

Show: