Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |