Jump to content

WinSetTitle

From EDM2
Revision as of 05:18, 8 April 2015 by Martini (talk | contribs) (Created page with "==Prototype:== APIRET16 APIENTRY16 WinSetTitle ( PSZ szTitle ) ; ==Linkage Definition:== IMPORTS WinSetTitle = PMSHAPI.93 ==Parameters: == PSZ szTitle New window title ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Prototype:

APIRET16 APIENTRY16 WinSetTitle ( PSZ szTitle ) ;

Linkage Definition:

IMPORTS WinSetTitle = PMSHAPI.93

Parameters:

PSZ szTitle New window title text.

Comments:

This function is for VIO programs, and allows them to set their containing window's title text. I have found that the Workplace Shell has a tendency to override this function.

Example Code: