wpQueryDefaultView - Syntax

This instance method is called to allow the object to query 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;   /*  Flag indicating the default open view. */

ulView = _wpQueryDefaultView(somSelf);


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