Function I_RpcProxyNewConnection

Source
pub unsafe extern "C" fn I_RpcProxyNewConnection(
    ConnectionType: c_ulong,
    ServerAddress: *mut c_ushort,
    ServerPort: *mut c_ushort,
    MinConnTimeout: *mut c_ushort,
    ConnectionParameter: *mut c_void,
    CallOutState: *mut RDR_CALLOUT_STATE,
    ProxyCallbackInterface: *mut I_RpcProxyCallbackInterface,
) -> RPC_STATUS