wpAddDeviceMemory1Page - Syntax

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

This instance method is called to allow an object to add the Memory page to the settings notebook.

#define INCL_WORKPLACE
#include <os2.h>

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

rc = _wpAddDeviceMemory1Page(somSelf, hwndNotebook);


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