Jump to content

DosSMSetTitle

From EDM2
Revision as of 18:33, 12 January 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:CPI:LEGACY:DosSMSetTitle to DosSMSetTitle)

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