Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 1.57 KB

tvm-maphtreeitemtoaccid.md

File metadata and controls

72 lines (41 loc) · 1.57 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TVM_MAPHTREEITEMTOACCID message (Commctrl.h)
Maps an HTREEITEM to an accessibility ID.
87ef0785-88c1-49f4-8a05-872577e16fe4
TVM_MAPHTREEITEMTOACCID message Windows Controls
apiref
TVM_MAPHTREEITEMTOACCID
Commctrl.h
HeaderDef
reference
05/31/2018

TVM_MAPHTREEITEMTOACCID message

Maps an HTREEITEM to an accessibility ID.

Parameters

wParam

**HTREEITEM** that is mapped to an accessibility ID.

lParam

Must be zero.

Return value

Returns an accessibility ID.

Remarks

When you add an item to a tree-view control an HTREEITEM handle is returned that uniquely identifies the item.

Note

To use this message, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

TreeView_MapHTREEITEMtoAccID