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.
The NM_CHAR notification code is sent by a control when a character key is processed. This notification code is sent in the form of a WM_NOTIFY message.
NM_CHAR
lpnmc = (LPNMCHAR) lParam;
Parameters
-
lParam
-
A pointer to an NMCHAR structure that contains additional information about the character that caused the notification code.
Return value
The return value is ignored by most controls. For more information, see the documentation for the individual controls.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|