struct tarpc_wsa_get_overlapped_result_in

Overview

struct tarpc_wsa_get_overlapped_result_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int s;
    tarpc_overlapped overlapped;
    tarpc_int wait;
    tarpc_size_t bytes;
    tarpc_int flags;
    tarpc_bool get_data;
};

Detailed Documentation

Fields

tarpc_int s

Socket

tarpc_overlapped overlapped

WSAOVERLAPPED structure

tarpc_int wait

Wait flag

tarpc_size_t bytes

Transferred bytes location

tarpc_int flags

Flags location

tarpc_bool get_data

Whether the data should be returned in out.vector