12.3.30 SP_get_dispatch()

Synopsis

     #include <sicstus/sicstus.h>
     
     SICSTUS_API_STRUCT_TYPE *
     SP_get_dispatch(void *reserved);

Arguments

reserved
Reserved, should be NULL.

Return Value

Returns the dispatch vector of the SICStus run-time.

Description

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().

See Also

Multiple SICStus Run-Times.


Send feedback on this subject.