:orphan: .. index:: pair: struct; tarpc_wait_for_multiple_events_in .. _doxid-structtarpc__wait__for__multiple__events__in: struct tarpc_wait_for_multiple_events_in ======================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_wait_for_multiple_events_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; :ref:`tarpc_wsaevent` :ref:`events`; tarpc_int :ref:`wait_all`; tarpc_uint :ref:`timeout`; tarpc_int :ref:`alertable`; }; .. _details-structtarpc__wait__for__multiple__events__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; events .. _doxid-structtarpc__wait__for__multiple__events__in_1afb814404d4b713aa6de85bb65adeba8a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_wsaevent` events Events array .. index:: pair: variable; wait_all .. _doxid-structtarpc__wait__for__multiple__events__in_1af7f5a8f56ce4de99152fb71f68519ea4: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int wait_all WaitAll flag .. index:: pair: variable; timeout .. _doxid-structtarpc__wait__for__multiple__events__in_1ab811d49d89fea938096923a6d2880a4a: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_uint timeout Timeout (in milliseconds) .. index:: pair: variable; alertable .. _doxid-structtarpc__wait__for__multiple__events__in_1a5f69d7e9d85b4d9fc50b50806b960a02: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int alertable Alertable flag