SP_get_dispatch()     #include <sicstus/sicstus.h>
     
     SICSTUS_API_STRUCT_TYPE *
     SP_get_dispatch(void *reserved);
NULL. 
Returns the dispatch vector of the SICStus run-time.
This function can be called from any thread.
This function is special in that it is not accessed through the
dispatch vector; instead, it is exported in the ordinary manner
from the SICStus run-time dynamic library (sprt4-1-2.dll under
Windows and, typically, libsprt4-1-2.so under UNIX).
   
The address of this function is typically obtained by linking to the
SICStus run-time library or, when using multiple SICStus run-times, by
a call to SP_load_sicstus_run_time().