OmniRpcModuleInit

Name

OmniRpcModuleInit -- Setting of module initialization

Synopsis

#include <OmniRpc.h>

intOmniRpcModuleInit(const char *module_name, ...);

Description

Sets arguments for initialization of the module named module_name. The "Initialize" function is required in the modules of remote executable programs. When the remote executable programs of modules are executed, it calls the "Initialize" function with sets the arguments. This API only sets the arguments; the actual initialization occurs when the remote executable program is executed.