WS_CHANNEL_PROPERTIES structure (webservices.h)

Specifies a set of WS_CHANNEL_PROPERTY structures.

Syntax

typedef struct _WS_CHANNEL_PROPERTIES {
  WS_CHANNEL_PROPERTY *properties;
  ULONG               propertyCount;
} WS_CHANNEL_PROPERTIES;

Members

properties

An array of properties. The number of elements in the array is specified using the propertyCount parameter. This field may be NULL if the propertyCount is 0.

propertyCount

The number of elements in the properties array.

Requirements

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