FoldersTree_InitClass

HRESULT FoldersTree_InitClass(void);

Description

This function must be called before any other FoldersTree API function.

You must initialize COM and Windows® common controls (see MSDN about CoInitializeEx and InitCommonControlsEx functions) before calling FoldersTree_InitClass function.

After you finished to use the class you must free the resources associated with it by calling FoldersTree_DestroyClass function.

See also: FoldersTree_DestroyClass, FoldersTree_Init, Initialization and Destruction.