Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
The Windows Mobile NMRGINFOstructure 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 NMHDRcharacteristics here.
- ptAction
-
X and Y screencoordinates. 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 |