wpAddObjectWindowPage - Syntax

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

This instance method adds the Standard Options page to the Settings notebook.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;       /*  Pointer to the object on which the method is being invoked. */
HWND          hwndNotebook;  /*  Handle of the Settings notebook. */
ULONG         rc;            /*  Page identifier.       datatype='ULONG'.Page identifier. */

rc = _wpAddObjectWindowPage(somSelf, hwndNotebook);


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