This method is specific to version 3, or higher, of the OS/2 operating system.
This class method returns the default Settings page size.
#define INCL_WINWORKPLACE #include <os2.h> M_WPObject *somSelf; /* Pointer to the WPObject class object. */ PSIZEL pSizel; /* Pointer to the structure containing the default width and height of the Settings page. */ BOOL rc; /* Success indicator. */ rc = _wpclsSetSettingsPageSize(somSelf, pSizel);