GetContextMenu

[This is preliminary documentation and subject to change.]

The GetContextMenu function provides a means to obtain a context menu for a plugin module. Note that the context menu will be destroyed by host.

GetContextMenu (
  HMENU*      phMenu
);
 

Parameters

phMenu
Pointer to a handle for the context menu of the plugin module.

Return Values

The GetContextMenu function has no return values.