Share via


GN_CONTEXTMENU

4/8/2010

The GN_CONTEXTMENU notification message is sent in the form of a WM_NOTIFY message.

Syntax

GN_CONTEXTMENU
    res = (WPARAM) wParam; 
    pnmrgi = (PNMRGINFO) lParam;

Parameters

  • res
    This parameter is reserved for future use; the value of this parameter must be set to 0.
  • pnmrgi
    Reference to a NMRGINFO structure.

Return Value

Returns TRUE if you process this notification, FALSE otherwise.

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 API Notifications
NMRGINFO
SHRecognizeGesture
NM_RECOGNIZEGESTURE