WpQueryTitle: Difference between revisions
Appearance
Created page with "==wpQueryTitle== === Parameters === === Constants === === Returns === === Module === === Define (C/C++) === #define INCL_WINWORKPLACE #include <os2.h> === Export..." |
No edit summary |
||
Line 3: | Line 3: | ||
=== Parameters === | === Parameters === | ||
; somSelf (M_WPObject *) - input : Requires a pointer to the WPObject class object. | |||
=== Returns === | === Returns === | ||
; pTitle (PSZ) - returns : Returns a pointer to the default title for objects of this class. | |||
Line 18: | Line 12: | ||
#define INCL_WINWORKPLACE | #define INCL_WINWORKPLACE | ||
#include <os2.h> | #include <os2.h> | ||
Line 32: | Line 18: | ||
=== Related | === Related Methods === | ||
* wpQueryTitle | |||
* wpclsQueryTitle | |||
* wpSetTitle | |||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 22:50, 13 April 2012
wpQueryTitle
Parameters
- somSelf (M_WPObject *) - input
- Requires a pointer to the WPObject class object.
Returns
- pTitle (PSZ) - returns
- Returns a pointer to the default title for objects of this class.
Define (C/C++)
#define INCL_WINWORKPLACE #include <os2.h>
Example Code
Related Methods
- wpQueryTitle
- wpclsQueryTitle
- wpSetTitle