Jump to content

DosSMSetTitle: Difference between revisions

From EDM2
Created page with "image:legacy.png ==Description== This will set the title for the current screen group. This can be called by any code. ==Syntax== <PRE> APIRET16 Pascal far DOSSMSETTITL..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
This will set the title for the current screen group. This can be called by any code.


==Description==
==Syntax==
This will set the title for the current screen group. This can be called by any code.
APIRET16 Pascal far DOSSMSETTITLE(char* title)


==Syntax==
<PRE>
APIRET16 Pascal far DOSSMSETTITLE(char* title)
</PRE>
==Parameters==
==Parameters==
; title : 16:16 pointer to ASCIZ string.  
;title : 16:16 pointer to [[ASCIIZ]] string.


==Return Code==
==Return Code==
 
APIRET16 Pascal far
==Remarks==
 
 
==Example Code==
 
<PRE>
 
</PRE>


==Related Functions==
==Related Functions==
*


[[Category:The OS/2 API Project]]
[[Category:Dos]]

Latest revision as of 15:38, 17 October 2018

This will set the title for the current screen group. This can be called by any code.

Syntax

APIRET16 Pascal far DOSSMSETTITLE(char* title)

Parameters

title
16:16 pointer to ASCIIZ string.

Return Code

APIRET16 Pascal far

Related Functions