This instance method is called to allow the object to specify its default help panel.
#define INCL_WINWORKPLACE
#include <os2.h>
WPObject *somSelf; /* Pointer to the object on which the method is being invoked. */
PULONG pHelpPanelId; /* Pointer to the help panel ID. */
PSZ HelpLibrary; /* Pointer to the help library. */
BOOL rc; /* Success indicator. */
rc = _wpQueryDefaultHelp(somSelf, pHelpPanelId,
HelpLibrary);