This topic has not yet been rated - Rate this topic

TBN_MAPACCELERATOR notification code

Requests the index of the button in the toolbar corresponding to the specified accelerator character. This notification code is sent in the form of a WM_NOTIFY message.


TBN_MAPACCELERATOR

    lpnmtb = (NMCHAR*) lParam; 

Parameters

lParam

A pointer to an NMCHAR structure that contains the accelerator key character and that receives the index of the corresponding button. The dwItemNext field is -1 if the accelerator does not correspond to a command.

Return value

TRUE if NMCHAR.dwItemNext is set to a value.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.