enum rpc_open_sock_flags
Overview
TA-independent flags for WSASocket() More…
#include <te_rpc_wsa.h> enum rpc_open_sock_flags { RPC_WSA_FLAG_OVERLAPPED = 1, RPC_WSA_FLAG_MULTIPOINT_C_ROOT = 2, RPC_WSA_FLAG_MULTIPOINT_C_LEAF = 4, RPC_WSA_FLAG_MULTIPOINT_D_ROOT = 8, RPC_WSA_FLAG_MULTIPOINT_D_LEAF = 16, };
Detailed Documentation
TA-independent flags for WSASocket()
Enum Values
RPC_WSA_FLAG_OVERLAPPED
Causes an overlapped socket to be created
RPC_WSA_FLAG_MULTIPOINT_C_ROOT
Indicates that the socket created will be a c_root in a multipoint session
RPC_WSA_FLAG_MULTIPOINT_C_LEAF
Indicates that the socket created will be a c_leaf in a multipoint session
RPC_WSA_FLAG_MULTIPOINT_D_ROOT
Indicates that the socket created will be a d_root in a multipoint session
RPC_WSA_FLAG_MULTIPOINT_D_LEAF
Indicates that the socket created will be a d_leaf in a multipoint session