WS_HOST_NAMES structure (webservices.h)

A structure containing a list of host names.

Syntax

typedef struct _WS_HOST_NAMES {
  WS_STRING *hostNames;
  ULONG     hostNameCount;
} WS_HOST_NAMES;

Members

hostNames

A list of host names. Each host name can be a DNS name or an IPv4 or IPv6 address. IPv6 addresses are enclosed in brackets ('[' address ']').

hostNameCount

The number of elements in the hostNames array.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h