OmniRpcExecCall

Name

OmniRpcExecCall -- Synchronous call by OmniRpcExecHandle

Synopsis

#include <OmniRpc.h>

int OmniRpcExecCall(OmniRpcHandlehandle, const char *func_name, ...);

Description

Calls a function of the running remote executable program corresponding to the handle created by OmniRpcExecOnHost. It blocks the called thread until the end of the function. If the remote executable program does not have a function, it returns NULL.