2.2. tsWasInit

Syntax

Pascal

function tsWasInit(Names: tsEnum): tsBool;

C/C++

tsBool tsWasInit(tsEnum Names);

Description

Query the initialization state of the subsystems

Params

The parameters are the same like the function tsInit. For detailed informations about possible values please look in the acticle of the function tsInit.

Return Values

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.