Multipoint Attributes in the WSAPROTOCOL_INFOW Structure
A version of this page is also available for
4/8/2010
The following three attribute parameters are defined in the WSAPROTOCOL_INFOW structure to distinguish the different schemes used in the control and data planes, respectively:
- XP1_SUPPORT_MULTIPOINT with a value of 1 indicates this protocol entry supports multipoint communications, and that the following two parameters are meaningful.
- XP1_MULTIPOINT_CONTROL_PLANE indicates whether the control plane is rooted (value = 1) or nonrooted (value = 0).
- XP1_MULTIPOINT_DATA_PLANE indicates whether the data plane is rooted (value = 1) or nonrooted (value = 0).
Two WSAPROTOCOL_INFOW entries would be present if a multipoint protocol supported both rooted and nonrooted data planes, one entry for each.