TreeView_GetCountTreeView_GetCount*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TreeView_GetChild
*Next Topic: TreeView_GetDropHilight

TreeView_GetCount


UINT TreeView_GetCount(
    HWND hwndTV
);		

Retrieves a count of the items in a tree view control. You can use this macro or send the TVM_GETCOUNT message explicitly.

hwndTV
Handle to the tree view control.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.