Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |