wpQueryTitle - Syntax

This instance method is called to allow the object to query its current title.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
PSZ           pQTitle;  /*  Pointer to the object's title. */

pQTitle = _wpQueryTitle(somSelf);


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