WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE enumeration (wdstptmgmt.h)

Indicates the source from which the WDS multicast provider obtains a multicast address for a new session.

Syntax

typedef enum __MIDL___MIDL_itf_wdstptmgmt_0000_0000_0007 {
  WdsTptIpAddressSourceUnknown = 0,
  WdsTptIpAddressSourceDhcp = 1,
  WdsTptIpAddressSourceRange = 2
} WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE, *PWDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE;

Constants

 
WdsTptIpAddressSourceUnknown
Value: 0
Default value that indicates that the IP address source is not known.
WdsTptIpAddressSourceDhcp
Value: 1
Indicates that the server should use the Multicast Address Dynamic Client Allocation Protocol (MADCAP) to obtain a multicast IP address. MADCAP is a protocol that enables applications to obtain, renew, and release multicast addresses, and its functionality is often included in DHCP servers, such as the Microsoft DHCP Server role.
WdsTptIpAddressSourceRange
Value: 2
Indicates that the server should automatically select an available address from a multicast address range manually configured by the administrator.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Header wdstptmgmt.h