Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 2.4 KB

nf-shobjidl_core-iregtreeitem-setcheckstate.md

File metadata and controls

88 lines (63 loc) · 2.4 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:shobjidl_core.IRegTreeItem.SetCheckState
IRegTreeItem::SetCheckState (shobjidl_core.h)
Sets the state of a check box item in a tree-view control.
FALSE
IRegTreeItem interface [Windows Shell]
SetCheckState method
IRegTreeItem.SetCheckState
IRegTreeItem::SetCheckState
SetCheckState
SetCheckState method [Windows Shell]
SetCheckState method [Windows Shell]
IRegTreeItem interface
TRUE
_win32_IRegTreeItem_SetCheckState
shell.IRegTreeItem_SetCheckState
shobjidl_core/IRegTreeItem::SetCheckState
shell\IRegTreeItem_SetCheckState.htm
shell
0ba25491-8d18-4040-a256-9078b91e4f3f
12/05/2018
FALSE, IRegTreeItem interface [Windows Shell],SetCheckState method, IRegTreeItem.SetCheckState, IRegTreeItem::SetCheckState, SetCheckState, SetCheckState method [Windows Shell], SetCheckState method [Windows Shell],IRegTreeItem interface, TRUE, _win32_IRegTreeItem_SetCheckState, shell.IRegTreeItem_SetCheckState, shobjidl_core/IRegTreeItem::SetCheckState
shobjidl_core.h
Shobjidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Shobjidl.idl
Shell32.dll (version 5.0 or later)
Windows
19H1
IRegTreeItem::SetCheckState
shobjidl_core/IRegTreeItem::SetCheckState
c++
APIRef
kbSyntax
COM
Shell32.dll
IRegTreeItem.SetCheckState

IRegTreeItem::SetCheckState

-description

Sets the state of a check box item in a tree-view control.

-parameters

-param bCheck [in]

Type: BOOL

A BOOL that sets the state of the check box.

TRUE

The check box is checked.

FALSE

The check box is not checked.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IRegTreeItem

Tree-View Controls