Share via


NMRGINFO

Send Feedback

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: Pocket PC 2000 and later.
OS Versions: Windows CE 3.0 and later.
Header: Aygshell.h
Library: Aygshell.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.