Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NMRGINFO structure is sent through WM_NOTIFY when SHRG_NOTIFYPARENT is used.
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
Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib
See Also
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.