WpQueryTitle: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
wpQueryTitle | |||
==Parameters == | |||
; somSelf (M_WPObject *) - input : Requires a pointer to the WPObject class object. | ; 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. | ; pTitle (PSZ) - returns : Returns a pointer to the default title for objects of this class. | ||
==Define (C/C++)== | |||
#define INCL_WINWORKPLACE | #define INCL_WINWORKPLACE | ||
#include <os2.h> | #include <os2.h> | ||
=== Related Methods === | === Related Methods === | ||
* wpclsQueryTitle | * wpclsQueryTitle | ||
* wpSetTitle | * wpSetTitle | ||
[[Category: | [[Category:SOM Object Method]] |
Latest revision as of 16:04, 10 March 2017
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>
Related Methods
- wpclsQueryTitle
- wpSetTitle