table of contents
other versions
- wheezy 1.4.1-4
FDIDestroy(3w) | Wine API | 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 failureIMPLEMENTATION¶
Declared in "fdi.h". Implemented in "dlls/cabinet/fdi.c". Debug channel "cabinet".Oct 2012 | Wine API |