This instance method is called to allow an object to change its current default open view.
#define INCL_WINWORKPLACE #include <os2.h> WPObject *somSelf; /* Pointer to the object on which the method is being invoked. */ ULONG ulView; /* Specifies which view to open. */ BOOL rc; /* Success indicator. */ rc = _wpSetDefaultView(somSelf, ulView);