Jump to content

DosSMSetTitle: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
[[image:legacy.png]]
{{Legacy
 
|RepFunc=
==Description==
|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.  
This will set the title for the current screen group. This can be called by any code.  



Revision as of 03:49, 16 September 2017

Legacy Function Warning
It is recommended to use a newer replacement for this function.
Replacement:
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

APIRET16 Pascal far DOSSMSETTITLE(char* title)

Parameters

title
16:16 pointer to ASCIZ string.

Return Code

Remarks

Example Code


Related Functions