Name
hw_CloseCatalog -- close a catalog (V9.0)
Synopsis
void hw_CloseCatalog(APTR handle);
Function
This function will close the specified catalog and free all of its resources.
handle
must be a valid catalog handle returned by
hw_OpenCatalog()
. See
hw_OpenCatalog
for details.
Designer compatibility
Supported since Designer 6.0
Inputs
handle
catalog handle
Show TOC