wpMenuItemHelpSelected - Syntax

This instance method is called to allow the object to display the requested help panel.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
ULONG         MenuId;   /*  Object's menu ID. */
BOOL          rc;       /*  Success indicator. */

rc = _wpMenuItemHelpSelected(somSelf, MenuId);


[Back: wpMenuItemHelpSelected]
[Next: wpMenuItemHelpSelected Parameter - somSelf]