Function ntcore_sys::NT_GetRpcResultTimeout [] [src]

pub unsafe extern "C" fn NT_GetRpcResultTimeout(
    entry: NT_Entry,
    call: NT_RpcCall,
    result_len: *mut usize,
    timeout: f64,
    timed_out: *mut NT_Bool
) -> *mut c_char

Get the result (return value) of a RPC call. This function blocks until the result is received or it times out. @param entry entry handle of RPC entry @param call RPC call handle returned by NT_CallRpc() @param result_len length of returned result in bytes @param timeout timeout, in seconds @param timed_out true if the timeout period elapsed (output) @return NULL on error or timeout, or result.