Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FDIDestroy function

The FDIDestroy function deletes an open FDI context.

Syntax


BOOL FDIDestroy(
  _In_ BOOL hfdi
);

Parameters

hfdi [in]

A valid FDI context handle returned by the FDICreate 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 FDI context.

Example

For an example, see Extracting Files from a Cabinet.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Fdi.h

Library

Cabinet.lib

DLL

Cabinet.dll

See also

FDICreate

 

 

Show: