WTSSBX_MACHINE_CONNECT_INFO structure (tssbx.h)

Contains information about a computer that is accepting remote connections.

Syntax

typedef struct __MIDL_IWTSSBPlugin_0006 {
  WCHAR             wczMachineFQDN[257];
  WCHAR             wczMachineNetBiosName[17];
  DWORD             dwNumOfIPAddr;
  WTSSBX_IP_ADDRESS IPaddr[12];
} WTSSBX_MACHINE_CONNECT_INFO;

Members

wczMachineFQDN[257]

The fully qualified domain name (FQDN) of the computer. The name cannot exceed 256 characters.

wczMachineNetBiosName[17]

The NetBIOS name of the computer. The name cannot exceed 16 characters.

dwNumOfIPAddr

The number of IP addresses that are configured on the computer.

IPaddr[12]

An array of WTSSBX_IP_ADDRESS structures that indicate the IP addresses on this computer that are visible to Remote Desktop Connection (RDC) clients. This array cannot exceed 12 elements.

Requirements

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

See also

IWTSSBPlugin