Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | commctrl.h |