OmniRpcExecOnHost

Name

OmniRpcExecOnHost -- Direct invocation of remote executable program

Synopsis

#include <OmniRpc.h>

OmniRpcExecHandleOmniRpcExecOnHost(char *host_name, char *prog_name);

Description

Invokes remote executable program prog_name on the remote host which is specified host_name, and returns the corresponding handle. Specify prog_name with path on remote host. Using this with OmniRpcExecCall, it is possible to call functions on running remote executable programs. You should initialize with OmniRpcExecInit API if you use this function. If the host name or module name is incorrect, it returns NULL.