wpAddPowerViewPage - Syntax

This method is specific to version 2.1, or higher, of the OS/2 operating system.

This instance method adds the Standard Power View page to the Settings notebook of the power object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPPower     *somSelf;       /*  Pointer to the object on which the method is being invoked. */
HWND         hwndNotebook;  /*  Settings notebook handle. */
ULONG        rc;            /*  Page identifier. */

rc = _wpAddPowerViewPage(somSelf, hwndNotebook);


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