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..."
 
No edit summary
Line 3: Line 3:


=== Parameters ===
=== Parameters ===
 
; somSelf (M_WPObject *) - input : Requires a pointer to the WPObject class object.
 
=== Constants ===
 


=== Returns ===
=== Returns ===
 
; pTitle (PSZ) - returns : Returns a pointer to the default title for objects of this class.
 
=== Module ===
 




Line 18: Line 12:
   #define INCL_WINWORKPLACE
   #define INCL_WINWORKPLACE
   #include <os2.h>
   #include <os2.h>
=== Export name/Ordinal ===
=== Calling conversion ===




Line 32: Line 18:




=== Related Functions ===
=== 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