wpSetDefaultHelp - Syntax

This instance method is called to set the default help panel for the object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;      /*  Pointer to the object on which the method is being invoked. */
ULONG         HelpPanelID;  /*  Help panel identity. */
PSZ           HelpLibrary;  /*  Pointer to the name of the Help library. */
BOOL          rc;           /*  Success indicator. */

rc = _wpSetDefaultHelp(somSelf, HelpPanelID,
       HelpLibrary);


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