<< SL_SetAppPointer | SL_CreateListA >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_AppEventHandler
NAME
SL_AppEventHandler -- invokes the event handler.
SYNOPSIS
returncode = SL_AppEventHandler(apphandle);
D0 A0
WORD SL_AppEventHandler(APPHANDLE);
FUNCTION
This is the main event handler for all app events. This call only
returns when the application is asked to exit.
INPUTS
apphandle - an APPHANDLE as returned by SL_AppInit.
RESULTS
returncode - a non-zero value specific to the application.
SL_AppEventHandler Command Section By Type url:SL_AppEventHandler
created:2008-03-01 23:36:11 last updated:2008-03-01 23:36:11
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_AppEventHandler | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SetAppPointer | SL_CreateListA >> |
Top: Documentation Library | Up: SoftLogik App Library API |