Scroll to navigation

FCIDestroy(3w) Wine API FCIDestroy(3w)

NAME

FCIDestroy (CABINET.14)

SYNOPSIS

BOOL FCIDestroy
(
HFCI hfci
)
 

DESCRIPTION

Frees a handle created by FCICreate. Only reason for failure would be an invalid handle.
 

PARAMS

hfci [In] The HFCI to free.
 

RETURNS

TRUE for success FALSE for failure
 

IMPLEMENTATION

Declared in "fci.h".
Implemented in "dlls/cabinet/fci.c".
Debug channel "cabinet".
Oct 2012 Wine API