Jump to content

WinHSWITCHfromHAPP: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 15: Line 15:
This function returns the system task list switch handle for an application, given that application's handle. In the case of WPS/SOM applications, however, the application handle is really the window handle, so please use that in those cases.   
This function returns the system task list switch handle for an application, given that application's handle. In the case of WPS/SOM applications, however, the application handle is really the window handle, so please use that in those cases.   


[[Category:The OS/2 API Project]]
[[Category:WorkToDo]]
[[Category:Win]]

Revision as of 19:27, 14 May 2025

Prototype:

HSWITCH APIENTRY16 WinHSwitchFromHapp ( HAPP hApp ) ;

Linkage Definition:

IMPORTS WinHSwitchFromHapp = PMSHAPI.209

Parameters:

HAPP hApp Application / Window Handle (see comments)

Comments:

This function returns the system task list switch handle for an application, given that application's handle. In the case of WPS/SOM applications, however, the application handle is really the window handle, so please use that in those cases.