EVRPC_MAKE_CTX

Creates a context structure that contains rpc specific information.

EVRPC_MAKE_CTX is used to populate a RPC specific context that contains information about marshaling the RPC data types.

@param rpcname the name of the RPC @param reqthe name of the RPC request structure @param replythe name of the RPC reply structure @param pool the evrpc_pool over which to make the request @param request a pointer to the RPC request structure object @param reply a pointer to the RPC reply structure object @param cb the callback function to call when the RPC has completed @param cbarg the argument to supply to the callback

extern (C) nothrow
EVRPC_MAKE_CTX
(
string rpcname
string reqstruct
string rplystruct
U
V
)
(,
void* request
,
void* reply
,
U cb
,)

Meta