Name
hw_OpenCatalog -- open a catalog (V9.0)
Synopsis
APTR handle = hw_OpenCatalog(STRPTR catalog, struct hwTagList *tags);
Function
This function will try to open the catalog specified by catalog in the user's language and return a handle to it. If the catalog is unavailable in the user's language, NULL will be returned.

When you are done with the catalog, you must call hw_CloseCatalog() to close it. See hw_CloseCatalog for details.

Designer compatibility
Supported since Designer 6.0

Inputs
catalog
name of catalog to open
tags
reserved for future use; pass NULL
Results
handle
handle to the catalog or NULL on error

Show TOC