:orphan: .. index:: pair: enum; rpc_open_sock_flags .. _doxid-te__rpc__wsa_8h_1abcedf5da8c1a16f7dbc10fd134877a1b: enum rpc_open_sock_flags ======================== Overview ~~~~~~~~ TA-independent flags for WSASocket() :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum rpc_open_sock_flags { :ref:`RPC_WSA_FLAG_OVERLAPPED` = 1, :ref:`RPC_WSA_FLAG_MULTIPOINT_C_ROOT` = 2, :ref:`RPC_WSA_FLAG_MULTIPOINT_C_LEAF` = 4, :ref:`RPC_WSA_FLAG_MULTIPOINT_D_ROOT` = 8, :ref:`RPC_WSA_FLAG_MULTIPOINT_D_LEAF` = 16, }; .. _details-te__rpc__wsa_8h_1abcedf5da8c1a16f7dbc10fd134877a1b: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TA-independent flags for WSASocket() Enum Values ----------- .. index:: pair: enumvalue; RPC_WSA_FLAG_OVERLAPPED .. _doxid-te__rpc__wsa_8h_1abcedf5da8c1a16f7dbc10fd134877a1ba31c56d259ae7526837067480a05635b2: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_WSA_FLAG_OVERLAPPED Causes an overlapped socket to be created .. index:: pair: enumvalue; RPC_WSA_FLAG_MULTIPOINT_C_ROOT .. _doxid-te__rpc__wsa_8h_1abcedf5da8c1a16f7dbc10fd134877a1ba27d1bd89bbea1091ba3133dc7630f230: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_WSA_FLAG_MULTIPOINT_C_ROOT Indicates that the socket created will be a c_root in a multipoint session .. index:: pair: enumvalue; RPC_WSA_FLAG_MULTIPOINT_C_LEAF .. _doxid-te__rpc__wsa_8h_1abcedf5da8c1a16f7dbc10fd134877a1ba485099169b3a25db3653a91a64ea37f2: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_WSA_FLAG_MULTIPOINT_C_LEAF Indicates that the socket created will be a c_leaf in a multipoint session .. index:: pair: enumvalue; RPC_WSA_FLAG_MULTIPOINT_D_ROOT .. _doxid-te__rpc__wsa_8h_1abcedf5da8c1a16f7dbc10fd134877a1ba6beac272b6d0454e44b86180ea98278a: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_WSA_FLAG_MULTIPOINT_D_ROOT Indicates that the socket created will be a d_root in a multipoint session .. index:: pair: enumvalue; RPC_WSA_FLAG_MULTIPOINT_D_LEAF .. _doxid-te__rpc__wsa_8h_1abcedf5da8c1a16f7dbc10fd134877a1ba05b64d43a5bd0429b6fa3dce3ae709b2: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_WSA_FLAG_MULTIPOINT_D_LEAF Indicates that the socket created will be a d_leaf in a multipoint session