Function ntcore_sys::NT_GetRpcResult [] [src]

pub unsafe extern "C" fn NT_GetRpcResult(
    entry: NT_Entry,
    call: NT_RpcCall,
    result_len: *mut usize
) -> *mut c_char

Get the result (return value) of a RPC call. This function blocks until the result is received. @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 @return NULL on error, or result.