FDIIsCabinet (CABINET.21)
BOOL FDIIsCabinet ( HFDI hfdi, INT_PTR hf, PFDICABINETINFO pfdici )
Informs the caller as to whether or not the provided file handle is really a cabinet or not, filling out the provided PFDICABINETINFO structure with information about the cabinet. Brief explanations of the elements of this structure are available as comments accompanying its definition in Wine's include/fdi.h.
hfdi | [In] | An HFDI from FDICreate. |
hf | [In] | The file handle about which the caller inquires. |
pfdici | [IO] | Pointer to a PFDICABINETINFO structure which will be filled out with information about the cabinet file indicated by hf if, indeed, it is determined to be a cabinet. |
TRUE if the file is a cabinet. The information pointed to by pfdici will be provided. FALSE if the file is not a cabinet, or if an error was encountered while processing the cabinet. The PERF structure provided to FDICreate can be queried for more error information.
fdi.c
Declared in "include/fdi.h". gitlab.winehq.org/wine/wine/blob/master/include/fdi.h
Implemented in "dlls/cabinet/fdi.c". gitlab.winehq.org/wine/wine/blob/master/dlls/cabinet/fdi.c
Debug channel "cabinet".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.