DosSMSetTitle: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosSMSetTitle to DosSMSetTitle |
mNo edit summary |
||
(2 intermediate revisions by one other user 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