WS_CHANNEL_PROPERTIES struttura (webservices.h)
Specifica un set di strutture WS_CHANNEL_PROPERTY .
Sintassi
typedef struct _WS_CHANNEL_PROPERTIES {
WS_CHANNEL_PROPERTY *properties;
ULONG propertyCount;
} WS_CHANNEL_PROPERTIES;
Members
properties
Matrice di proprietà. Il numero di elementi nella matrice viene specificato usando il parametro propertyCount. Questo campo può essere NULL se la proprietàCount è 0.
propertyCount
Numero di elementi nella matrice delle proprietà.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2 [app desktop | App UWP] |
Intestazione | webservices.h |