:orphan: .. index:: pair: struct; tarpc_alloc_wsabuf_out .. _doxid-structtarpc__alloc__wsabuf__out: struct tarpc_alloc_wsabuf_out ============================= .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_alloc_wsabuf_out { // fields struct :ref:`tarpc_out_arg` :target:`common`; tarpc_int :target:`retval`; tarpc_ptr :ref:`wsabuf`; tarpc_ptr :ref:`wsabuf_buf`; }; .. _details-structtarpc__alloc__wsabuf__out: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; wsabuf .. _doxid-structtarpc__alloc__wsabuf__out_1a214fe8f3de8a728d85f8d6cc987a2af5: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_ptr wsabuf A pointer to WSABUF structure in the TA address space .. index:: pair: variable; wsabuf_buf .. _doxid-structtarpc__alloc__wsabuf__out_1a0e4af00760902a0258dbea34256e7e6f: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_ptr wsabuf_buf A pointer to buffer in the TA address space