struct tarpc_connect_ex_in

Overview

struct tarpc_connect_ex_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    struct tarpc_sa addr;
    tarpc_ptr send_buf;
    tarpc_size_t buflen;
    tarpc_size_t len_sent;
    tarpc_overlapped overlapped;
};

Detailed Documentation

Fields

tarpc_int fd

TA-local socket

struct tarpc_sa addr

Remote address

tarpc_ptr send_buf

RPC pointer for data to be sent

tarpc_size_t buflen

Size of data passed to connectEx()

tarpc_size_t len_sent

Returned by the function size of sent data from buf

tarpc_overlapped overlapped

WSAOVERLAPPED structure