DosSMSetTitle: Difference between revisions
Appearance
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..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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== | ==Parameters== | ||
; title : 16:16 pointer to | ;title : 16:16 pointer to [[ASCIIZ]] string. | ||
==Return Code== | ==Return Code== | ||
APIRET16 Pascal far | |||
==Related Functions== | ==Related Functions== | ||
[[Category: | [[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