Share via


GN_CONTEXTMENU

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

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 Values

Returns TRUE if you process this notification, FALSE otherwise.

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib

See Also

NMRGINFO

SHRecognizeGesture

NM_RECOGNIZEGESTURE

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.