Contents Index Topic Contents | ||
Previous Topic: NMCHAR Next Topic: NMKEY |
NMHDR
typedef struct tagNMHDR { HWND hwndFrom; UINT idFrom; UINT code; } NMHDR;Contains information about a notification message.
- hwndFrom
- Window handle to the control sending a message.
- idFrom
- Identifier of the control sending a message.
- code
- Notification code. This member can be a control-specific notification code or it can be one of the common notification codes.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.