Share via


GN_CONTEXTMENU

Send Feedback

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: 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.