3.3.24. scriba_InheritModuleInterface()

[<<<] [>>>]

Inherit the support function table (ST) from another program object.

Note that the program object is going to initialize its own ST the normal way. The inherited ST will only be used by worker threads that live a long life and may exist when the initiating interpreter thread already exists.

For further information please read the description of the function @xref{scriba_InitModuleInterface()}.

int scriba_InheritModuleInterface(pSbProgram pProgram,
                                  pSbProgram pFrom
  ){

[<<<] [>>>]