Contents Index Topic Contents | ||
Previous Topic: INITCOMMONCONTROLSEX Next Topic: NMHDR |
NMCHAR
typedef struct tagNMCHAR{ NMHDR hdr; UINT ch; DWORD dwItemPrev; DWORD dwItemNext; } NMCHAR, FAR *LPNMCHAR;Contains information used with character notification messages.
- hdr
- NMHDR structure that contains additional information about this notification.
- ch
- Character that is being processed.
- dwItemPrev
- 32-bit value that is determined by the control that is sending the notification.
- dwItemNext
- 32-bit value that is determined by the control that is sending the notification.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.