FoldersTree_Init

HRESULT FoldersTree_Init(HWND hwnd);

Arguments

[in] HWND hwnd

Handle to the control.

Description

This function must be called before calling any other FoldersTree API function on this control.

After you finished using the control you must free the resources associated with it by calling FoldersTree_Destroy function.

See also: FoldersTree_Destroy, FoldersTree_InitClass, Initialization and Destruction