Jump to content

DosSMSetTitle

From EDM2
Revision as of 15:50, 25 September 2016 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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