struct tarpc_get_wsa_ioctl_overlapped_result_in

Overview

struct tarpc_get_wsa_ioctl_overlapped_result_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int s;
    tarpc_overlapped overlapped;
    tarpc_int wait;
    tarpc_int bytes;
    tarpc_int flags;
    tarpc_int code;
};

Detailed Documentation

Fields

tarpc_int s

Socket

tarpc_overlapped overlapped

WSAOVERLAPPED structure

tarpc_int wait

Wait flag

tarpc_int bytes

Transferred bytes location

tarpc_int flags

Flags location

tarpc_int code

IOCTL control code