:orphan: .. index:: pair: enum; rpc_join_leaf_flags .. _doxid-te__rpc__wsa_8h_1adbe8e6864512d341f858c83abc04ef01: enum rpc_join_leaf_flags ======================== Overview ~~~~~~~~ TA-independent flags for WSAJoinLeaf() :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum rpc_join_leaf_flags { :ref:`RPC_JL_SENDER_ONLY` = 1, :ref:`RPC_JL_RECEIVER_ONLY` = 2, :ref:`RPC_JL_BOTH` = 4, }; .. _details-te__rpc__wsa_8h_1adbe8e6864512d341f858c83abc04ef01: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TA-independent flags for WSAJoinLeaf() Enum Values ----------- .. index:: pair: enumvalue; RPC_JL_SENDER_ONLY .. _doxid-te__rpc__wsa_8h_1adbe8e6864512d341f858c83abc04ef01a17ef230df945612dcc43148a84470f08: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_JL_SENDER_ONLY Indicates that the socket is acting as a sender .. index:: pair: enumvalue; RPC_JL_RECEIVER_ONLY .. _doxid-te__rpc__wsa_8h_1adbe8e6864512d341f858c83abc04ef01a51862cc2c4b9ad7bd8701c87b2f8429c: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_JL_RECEIVER_ONLY Indicates that the socket is acting as a receiver .. index:: pair: enumvalue; RPC_JL_BOTH .. _doxid-te__rpc__wsa_8h_1adbe8e6864512d341f858c83abc04ef01a23ccf9577900730745aad80c436cca42: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_JL_BOTH Indicates that the socket is acting both as a sender and as a receiver