Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
Sent by a toolbar when it receives a WM_CHAR message. This notification code is sent in the form of a WM_NOTIFY message.
NM_CHAR
lpnmc = (LPNMCHAR) lParam;
Parameters
-
lParam
-
Pointer to an NMCHAR structure that contains additional information about the character that caused the notification code. The dwItemPrev member of this structure contains the command identifier of the item that is currently hot or -1 if no item is currently hot. The dwItemNext member of this structure contains the command identifier of the item that will become hot or -1 if the key does not match any item's accelerator.
Return value
Returns TRUE to indicate that the toolbar should not process the character and FALSE to have the toolbar process the character.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|