Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.24 KB

nf-commctrl-treeview_getitemstate.md

File metadata and controls

73 lines (59 loc) · 2.24 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.TreeView_GetItemState
TreeView_GetItemState macro (commctrl.h)
Retrieves some or all of a tree-view item's state attributes. You can use this macro or send the TVM_GETITEMSTATE message explicitly.
TreeView_GetItemState
TreeView_GetItemState macro [Windows Controls]
_win32_TreeView_GetItemState
_win32_TreeView_GetItemState_cpp
commctrl/TreeView_GetItemState
controls.TreeView_GetItemState
controls._win32_TreeView_GetItemState
controls\TreeView_GetItemState.htm
Controls
VS|Controls|~\controls\treeview\macros\treeview_getitemstate.htm
12/05/2018
TreeView_GetItemState, TreeView_GetItemState macro [Windows Controls], _win32_TreeView_GetItemState, _win32_TreeView_GetItemState_cpp, commctrl/TreeView_GetItemState, controls.TreeView_GetItemState, controls._win32_TreeView_GetItemState
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
TreeView_GetItemState
commctrl/TreeView_GetItemState
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
TreeView_GetItemState

TreeView_GetItemState macro

-description

Retrieves some or all of a tree-view item's state attributes. You can use this macro or send the TVM_GETITEMSTATE message explicitly.

-parameters

-param hwndTV

Type: HWND

Handle to the tree-view control.

-param hti

Type: HTREEITEM

Handle to the item.

-param mask

Type: UINT

Mask used to specify the states to query for. It is equivalent to the stateMask member of TVITEMEX.