FoldersTree_Destroy

HRESULT FoldersTree_Destroy(HWND hwnd);

Arguments

[in] HWND hwnd

Handle to the control.

Description

Frees the resources associated with the given FoldersTree control. Must be the last FoldersTree API function called on the given control.

See also: FoldersTree_Init, FoldersTree_DestroyClass, Initialization and Destruction.