Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kApiLib_EnableSymbolInitialization ( kBool  enable)

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.

Parameters
enablekTRUE for automatic symbol initialization; kFALSE otherwise.
Returns
Operation status.