wpSetStyle - Syntax

This instance method is called to allow an object to set its current object style.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;     /*  Pointer to the object on which the method is being invoked. */
ULONG         ulNewStyle;  /*  Object styles. */
BOOL          rc;          /*  Success indicator. */

rc = _wpSetStyle(somSelf, ulNewStyle);


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