FDIDestroy function (fdi.h)
The FDIDestroy function deletes an open FDI context.
Syntax
BOOL DIAMONDAPI FDIDestroy(
[in] HFDI hfdi
);
Parameters
[in] hfdi
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Target Platform | Windows |
Header | fdi.h |
Library | Cabinet.lib |
DLL | Cabinet.dll |