FDIDestroy(3w)
NAME
FDIDestroy (CABINET.23)
SYNOPSIS
BOOL FDIDestroy
(
HFDI hfdi
)
DESCRIPTION
Frees a handle created by FDICreate. Do /not/ call this in the middle
of FDICopy. Only reason for failure would be an invalid handle.
PARAMS
hfdi [In] The HFDI to free.
RETURNS
TRUE for success FALSE for failure
IMPLEMENTATION
Defined in "fdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/cabinet/fdi.c".
- Debug channel "cabinet".