TreeView_GetSelectedCount macro (commctrl.h)
Syntax
DWORD TreeView_GetSelectedCount(
[in] HWND hwnd
);
Parameters
[in] hwnd
Type: HWND
Handle to the tree-view control.
Return value
Type: DWORD
Returns the number of items selected.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |