OmniRpcCallByHandle

Name

OmniRpcCallByHandle -- Synchronous function call with OmniRpcHandle

Synopsis

#include <OmniRpc.h>

int OmniRpcCallByHandle(OmniRpcHandlehandle, char *entry_name, ...);

Description

Calls function on running remote executable program corresponding to the handle by OmniRpcCreateHandle. It blocks the caller thread until the end of the function call. If the function does not exist, it returns NULL.