Share via


TVM_GETCOUNT (Windows CE 5.0)

Send Feedback

This message retrieves a count of the items in a tree view control. You can send this message explicitly or by using the TreeView_GetCount macro.

TVM_GETCOUNT wParam = 0;lParam = 0;

Return Values

The return value is the number of items in the tree view control.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TreeView_GetCount

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.