wpclsQueryDefaultView - Syntax

This method is called to allow the class object to specify the default open view for its instance.

#define INCL_WINWORKPLACE
#include <os2.h>

M_WPObject     *somSelf;  /*  Pointer to the WPObject class object. */
ULONG           ulView;   /*  Default open view. */

ulView = wpclsQueryDefaultView(somSelf);


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