wpQueryStyle - Syntax

This instance method allows the object to query its current class style.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;    /*  Pointer to the object on which the method is being invoked. */
ULONG         ulnwQrySt;  /*  Object styles. */

ulnwQrySt = _wpQueryStyle(somSelf);


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