mb_set_current_interpreter

Previous  Next

 

status_t mb_set_current_interpreter( mb_interpreter_t* s )

 


 

Sets the current interpreter.  Note, this will set a global vaiable in the DLL so this will be available to all threads so it should be used with care.  The function mb_get_environment_var will use this if MB_USE_DEFAULT is passed as the interpreter address.

 

Example

 

mb_set_current_integrepter( s );