OMNIRPC_CALL_BY_HANDLE

Name

OMNIRPC_CALL_BY_HANDLE -- Synchronous function call with OmniRpcHandle

Synopsis

integer ihandle
character*(*) entry_name
          

call OMNIRPC_CALL_BY_HANDLE(ihandle, entry_name, ...);

Description

Calls entry_name function on the running remote executable program corresponding to the ihandle created by OmniRpcCreateHandle. A "*" is added the the entry_name function name. It blocks the caller thread until the end of the function call.