FDIDestroy.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/cabinet/fdi.c".

Debug channel "cabinet".