Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 1.71 KB

nf-fci-fcidestroy.md

File metadata and controls

69 lines (57 loc) · 1.71 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:fci.FCIDestroy
FCIDestroy function (fci.h)
The FCIDestroy function deletes an open FCI context, freeing any memory and temporary files associated with the context.
FCIDestroy
FCIDestroy function [Windows API]
fci/FCIDestroy
winprog.fcidestroy
winprog\fcidestroy.htm
winprog
bb1a6294-664f-450f-b8ec-d6f8957d920e
12/05/2018
FCIDestroy, FCIDestroy function [Windows API], fci/FCIDestroy, winprog.fcidestroy
fci.h
Windows
Cabinet.lib
Cabinet.dll
Windows
19H1
FCIDestroy
fci/FCIDestroy
c++
APIRef
kbSyntax
DllExport
Cabinet.dll
FCIDestroy

FCIDestroy function

-description

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

-parameters

-param hfci [in]

A valid FCI context handle returned by the FCICreate function.

-returns

If the function succeeds, it returns TRUE; otherwise, FALSE.

Extended error information is provided in the ERF structure used to create the FCI context.

-see-also

FCICreate