Contents Index Topic Contents | ||
Previous Topic: IContextMenu3 Next Topic: ICopyHook |
IContextMenu3::HandleMenuMsg2
HRESULT HandleMenuMsg2( UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *plResult );Allows context menu handlers to process the WM_MENUCHAR message.
- Returns NOERROR if successful, or an OLE-defined error code otherwise.
- uMsg
- Message to be processed. At the present time, this method is only called for WM_MENUCHAR.
- wParam
- Additional message information. The value of this parameter depends on the value of the uMsg parameter.
- lParam
- Additional message information. The value of this parameter depends on the value of the uMsg parameter.
- plResult
- Address of an LRESULT value that the owner of the menu will return from the message.
HandleMenuMsg2 is called when a client of IContextMenu determines that the IContextMenu3 interface is supported and receives one of the messages specified in the description of the uMsg parameter.
Version 4.71
See also IContextMenu2
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.