Jump to content

WinSetTitle: Difference between revisions

From EDM2
Created page with "==Prototype:== APIRET16 APIENTRY16 WinSetTitle ( PSZ szTitle ) ; ==Linkage Definition:== IMPORTS WinSetTitle = PMSHAPI.93 ==Parameters: == PSZ szTitle New window title ..."
 
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:WinSetTitle to WinSetTitle
(No difference)

Revision as of 05:07, 13 February 2017

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: