DosSMSetTitle: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
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. | |||
==Syntax== | ==Syntax== | ||
APIRET16 Pascal far DOSSMSETTITLE(char* title) | |||
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: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