WDSTRANSPORT_IP_ADDRESS_TYPE enumeration (wdstptmgmt.h)

Indicates the type of IP address.

Syntax

typedef enum __MIDL___MIDL_itf_wdstptmgmt_0000_0000_0006 {
  WdsTptIpAddressUnknown = 0,
  WdsTptIpAddressIpv4 = 1,
  WdsTptIpAddressIpv6 = 2
} WDSTRANSPORT_IP_ADDRESS_TYPE, *PWDSTRANSPORT_IP_ADDRESS_TYPE;

Constants

 
WdsTptIpAddressUnknown
Value: 0
Default value that indicates that the IP address type has not yet been determined.
WdsTptIpAddressIpv4
Value: 1
Indicates an IPv4 address.
WdsTptIpAddressIpv6
Value: 2
Indicates an IPv6 address.

Requirements

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