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

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.