TSSD_AddrV46Type enumeration (sessdirpublictypes.h)

Indicates the IP address type.

Syntax

typedef enum _TSSD_AddrV46Type {
  TSSD_ADDR_UNDEFINED = 0,
  TSSD_ADDR_IPv4 = 4,
  TSSD_ADDR_IPv6 = 6
} TSSD_AddrV46Type;

Constants

 
TSSD_ADDR_UNDEFINED
Value: 0
The IP address is not valid.
TSSD_ADDR_IPv4
Value: 4
The address is in IPv4 format.
TSSD_ADDR_IPv6
Value: 6
The address is in IPv6 format.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Header sessdirpublictypes.h

See also

TSSD_ConnectionPoint