WTSSBX_IP_ADDRESS structure (tssbx.h)

Contains information about the IP address of a network resource.

Syntax

typedef struct __MIDL_IWTSSBPlugin_0004 {
  WTSSBX_ADDRESS_FAMILY AddressFamily;
  BYTE                  Address[16];
  unsigned short        PortNumber;
  DWORD                 dwScope;
} WTSSBX_IP_ADDRESS;

Members

AddressFamily

A value of the WTSSBX_ADDRESS_FAMILY enumeration type that indicates the address family of the network address.

Address[16]

The network address of the resource.

PortNumber

The port number of the resource that is configured for Remote Desktop Protocol (RDP).

dwScope

The scope of the address. This member is used only for IPv6 addresses.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008
Header tssbx.h

See also

IWTSSBPlugin