NMRGINFO
4/8/2010
The Windows Mobile NMRGINFO structure is sent through WM_NOTIFY when SHRG_NOTIFYPARENT is used.
Syntax
typedef struct tagNMRGINFO {
NMHDR hdr;
POINT ptAction;
DWORD dwItemSpec;
} NMRGINFO, *PNMRGINFO;
Members
- hdr
Standard NMHDR characteristics here.
- ptAction
X and Y screen coordinates. These are returned in screen coordinates so the receiving application has coordinates that can be used directly in a call to TrackPopupMenu.
- dwItemSpec
This member is reserved for GN_CONTEXTMENU and NM_RECOGNIZEGESTURE.
Requirements
Header | aygshell.h |
Library | aygshell.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later |
See Also
Reference
Shell Structures
GN_CONTEXTMENU
SHRecognizeGesture
NM_RECOGNIZEGESTURE