This class method returns the default size of a Settings page in dialog units for instances of this object class.
#define INCL_WINWORKPLACE #include <os2.h> M_WPObject *somSelf; /* Pointer to the WPObject class object. */ PSIZEL pSizl; /* Pointer to the default Settings page dimensions. */ BOOL rc; /* Success indicator. */ rc = _wpclsQuerySettingsPageSize(somSelf, pSizl);