Jump to content

WinHSWITCHfromHAPP

From EDM2
Revision as of 05:24, 8 April 2015 by Martini (talk | contribs) (Created page with "==Prototype:== HSWITCH APIENTRY16 WinHSwitchFromHapp ( HAPP hApp ) ; ==Linkage Definition:== IMPORTS WinHSwitchFromHapp = PMSHAPI.209 ==Parameters: == HAPP hApp Applica...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.