<< SL_RemoveNode | SL_SystemCleanup >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SystemInit
NAME
SL_SystemInit -- does a system init for the application.
SYNOPSIS
success = SL_SystemInit();
D0
SLFLAG SL_SystemInit(void);
FUNCTION
Performs anything needed to get the system ready so the application
can call SL_AppInitA. For example on the Amiga this call opens up the
various libraries the app needs in order to use the calls.
RESULT
success - TRUE if the sustem could be initialized.
FALSE if the system could not be initialized.
SEE ALSO
SL_SystemCleanup, SL_AppInitA, SL_AppCleanup.
SL_SystemInit Command Section By Type url:SL_SystemInit
created:2008-03-01 23:36:27 last updated:2008-03-01 23:36:27
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_SystemInit | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_RemoveNode | SL_SystemCleanup >> |
Top: Documentation Library | Up: SoftLogik App Library API |