OmniRpcCreateHandle

Name

OmniRpcCreateHandle -- Invocation of remote executable program

Synopsis

#include <OmniRpc.h>

OmniRpcHandle OmniRpcCreateHandle(const char *hostname, const char *module_name);

Description

Executes the remote executable program of the module which is specified by module_name, and that is on the remote host which is specified by hostname. It returns handle corresponding to it. By using this, it calls functions on running remote executable programs with OmniRpcCallByHandle. If hostname is NULL, it selects the appropriate host in registered modules, and execute remote executable program of module. If host name or module are incorrect, it returns NULL.