struct tarpc_wait_for_multiple_events_in

Overview

struct tarpc_wait_for_multiple_events_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_wsaevent events;
    tarpc_int wait_all;
    tarpc_uint timeout;
    tarpc_int alertable;
};

Detailed Documentation

Fields

tarpc_wsaevent events

Events array

tarpc_int wait_all

WaitAll flag

tarpc_uint timeout

Timeout (in milliseconds)

tarpc_int alertable

Alertable flag