wpQueryPaletteHelp - Syntax

This instance method returns the help panel ID that is displayed when the help pushbutton is used from an open palette view.

#define INCL_WINWORKPLACE
#include <os2.h>

WPPalette     *somSelf;        /*  Pointer to the object on which the method is being invoked. */
ULONG          ulHelpPanelID;  /*  Help panel ID. */

ulHelpPanelID = _wpQueryPaletteHelp(somSelf);


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