Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_UNDEFINEDValue: 0 The IP address is not valid. |
TSSD_ADDR_IPv4Value: 4 The address is in IPv4 format. |
TSSD_ADDR_IPv6Value: 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 |