WinSetTitleAndIcon: Difference between revisions
Appearance
Created page with "==Prototype:== APIRET16 APIENTRY16 WinSetTitleAndIcon ( PSZ szTitle, PSZ szIconPath ) ; ==Linkage Definition:== IMPORTS WinSetTitleAndIcon = PMSHAPI.97 ==Parameters:== ..." |
m Ak120 moved page OS2 API:WinSetTitleAndIcon to WinSetTitleAndIcon |
(No difference)
|
Revision as of 22:41, 17 February 2017
Prototype:
APIRET16 APIENTRY16 WinSetTitleAndIcon ( PSZ szTitle, PSZ szIconPath ) ;
Linkage Definition:
IMPORTS WinSetTitleAndIcon = PMSHAPI.97
Parameters:
PSZ szTitle New window title text. PSZ szIconPath New window icon file name (full path).
Comments:
This function is for VIO programs, and allows them to set their containing window's title text and icon. I have found that the Workplace Shell has a tendency to override this function.