NMCHAR structure
Contains information used with character notification messages.
Syntax
typedef struct tagNMCHAR { NMHDR hdr; UINT ch; DWORD dwItemPrev; DWORD dwItemNext; } NMCHAR, *LPNMCHAR;
Members
- hdr
-
Type: NMHDR
-
An NMHDR structure that contains additional information about this notification.
- ch
-
Type: UINT
-
The character that is being processed.
- dwItemPrev
-
Type: DWORD
-
A 32-bit value that is determined by the control that is sending the notification.
- dwItemNext
-
Type: DWORD
-
A 32-bit value that is determined by the control that is sending the notification.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 10/27/2012