Zen API
|
Enables or disables initialization of symbol table resources by this library.
On some platforms (e.g., Windows) symbol table services must be explicitly initialized before use. In kApiLib debug builds, this is performed automatically by default. Use the kApiLib_EnableSymbolInitialization function (with kFALSE argument) to disable automatic initialization.
This function is not thread-safe and should be called before calling kApiLib_Construct.
enable | kTRUE for automatic symbol initialization; kFALSE otherwise. |