enum tarpc_wait_code

Return codes for rpc_wait_for_multiple_events

enum tarpc_wait_code {
    TARPC_WSA_WAIT_FAILED,
    TARPC_WAIT_IO_COMPLETION,
    TARPC_WSA_WAIT_TIMEOUT,
    TARPC_WSA_WAIT_EVENT_0,
};