Jump to content

DosSMSetTitle: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 26: Line 26:




[[Category:The OS/2 API Project]]
[[Category:Dos]]

Revision as of 02:33, 10 May 2017

Description

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