OmniRpcCallAsyncByHandle

Name

OmniRpcCallAsyncByHandle -- Asynchronous call of function with OmniRpcHandle

Synopsis

#include <OmniRpc.h>

OmniRpcRequest OmniRpcCallAsyncByHandle(OmniRpcHandlehandle, char *entry_name, ...);

Description

Calls function on running executable program corresponding to the handle created by OmniRpcCreateHandle. It calls a function and returns the OmniRpcRequest which is associated with it. It probes the end of the function and blocks control by OmniRpcWait, OmniRpcProbe, OmniRpcWaitAll and OmniRpcWaitAny APIs.