TVM_MAPACCIDTOHTREEITEM message
Maps an accessibility ID to an HTREEITEM.
Parameters
- wParam
- UINT that contains the accessibility ID to map to an HTREEITEM.
- lParam
- Must be zero.
Return value
Returns the HTREEITEM that the specified accessibility ID is mapped to.Remarks
When you add an item to a tree-view control an HTREEITEM returns, which 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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Show: