This instance method is called to query the multiple, concurrent view behavior of an object.
#define INCL_WINWORKPLACE #include <os2.h> WPObject *somSelf; /* Pointer to the object on which the method is being invoked. */ ULONG ulView; /* Flag indicating the concurrent view mode. */ ulView = _wpQueryConcurrentView(somSelf);