Jump to content

DosSMSetTitle: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Legacy
This will set the title for the current screen group. This can be called by any code.
|RepFunc=
|Remarks=This page list the older version of the function for reference.
}}
This will set the title for the current screen group. This can be called by any code.  


==Syntax==
==Syntax==
<PRE>
APIRET16 Pascal far DOSSMSETTITLE(char* title)
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:Dos]]
[[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