:orphan: .. index:: pair: struct; tarpc_wsa_connect_in .. _doxid-structtarpc__wsa__connect__in: struct tarpc_wsa_connect_in =========================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_wsa_connect_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; tarpc_int :target:`s`; struct :ref:`tarpc_sa` :target:`addr`; tarpc_ptr :ref:`caller_wsabuf`; tarpc_ptr :ref:`callee_wsabuf`; struct :ref:`tarpc_qos` :target:`sqos`; tarpc_bool :target:`sqos_is_null`; }; .. _details-structtarpc__wsa__connect__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; caller_wsabuf .. _doxid-structtarpc__wsa__connect__in_1a2e0ff49d42cef3e225ea3d33bdfe9f25: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_ptr caller_wsabuf A pointer to WSABUF structure in TA address space .. index:: pair: variable; callee_wsabuf .. _doxid-structtarpc__wsa__connect__in_1ace48c4ee5ce5bfd468703a7ffa5e5b38: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_ptr callee_wsabuf A pointer to WSABUF structure in TA address space