Function ntcore_sys::NT_CallRpc [] [src]

pub unsafe extern "C" fn NT_CallRpc(
    entry: NT_Entry,
    params: *const c_char,
    params_len: usize
) -> NT_RpcCall

Call a RPC function. May be used on either the client or server. This function is non-blocking. Either NT_GetRpcResult() or NT_CancelRpcResult() must be called to either get or ignore the result of the call. @param entry entry handle of RPC entry @param params parameter @param params_len length of param in bytes @return RPC call handle (for use with NT_GetRpcResult() or NT_CancelRpcResult()).