Contents Index Topic Contents | ||
Previous Topic: NMKEY Next Topic: NMOBJECTNOTIFY |
NMMOUSE
typedef struct tagNMMOUSE { NMHDR hdr; DWORD dwItemSpec; DWORD dwItemData; POINT pt; } NMMOUSE, FAR* LPNMMOUSE;Contains information used with mouse notification messages.
- hdr
- NMHDR structure that contains additional information about this notification.
- dwItemSpec
- Control-specific item identifier.
- dwItemData
- Control-specific item data.
- pt
- POINT structure that contains the screen coordinates of the mouse when the click occurred.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.