Jump to content

WpQueryTitle: Difference between revisions

From EDM2
Created page with "==wpQueryTitle== === Parameters === === Constants === === Returns === === Module === === Define (C/C++) === #define INCL_WINWORKPLACE #include <os2.h> === Export..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==wpQueryTitle==
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.


=== Parameters ===
==Define (C/C++)==
 
 
=== Constants ===
 
 
=== Returns ===
 
 
=== Module ===
 
 
 
=== Define (C/C++) ===
   #define INCL_WINWORKPLACE
   #define INCL_WINWORKPLACE
   #include <os2.h>
   #include <os2.h>


=== Related Methods ===
* wpclsQueryTitle
* wpSetTitle


=== Export name/Ordinal ===
[[Category:SOM Object Method]]
 
 
 
=== Calling conversion ===
 
 
 
=== Example Code ===
 
 
 
=== Related Functions ===
 
 
[[Category:The OS/2 API Project]]

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