Pascal
function tsWasInit(Names: tsEnum): tsBool;
C/C++
tsBool tsWasInit(tsEnum Names);
Query the initialization state of the subsystems
The parameters are the same like the function tsInit. For detailed informations about possible values please look in the acticle of the function tsInit.
The return value are also the same like tsInit. If all passed subsystems was successfully initialized the return value is TS_TRUE else it is TS_FALSE.