wpSetConcurrentView - Syntax

This instance method sets the multiple concurrent view behavior of the object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;   /*  Pointer to the object on which the method is being invoked. */
ULONG         ulCCView;  /*  Flag indicating the concurrent view behavior of the object. */

wpSetConcurrentView(somSelf, ulCCView);


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