This method is called to allow the class object to specify the default title for its instances.

#define INCL_WINWORKPLACE
#include <os2.h>

M_WPObject     *somSelf;  /*  Pointer to the WPObject class object. */
PSZ             pTitle;   /*  Pointer to the default title for objects of this class. */

pTitle = _wpclsQueryTitle(somSelf);


[Back] [Next]