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 "fdi.h". https://source.winehq.org/source/include/fdi.h

Implemented in "dlls/cabinet/fdi.c". https://source.winehq.org/source/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 Apr 2024.