structure WS_LISTENER_PROPERTIES (webservices.h)
Spécifie un ensemble de structures WS_LISTENER_PROPERTY .
Syntaxe
typedef struct _WS_LISTENER_PROPERTIES {
WS_LISTENER_PROPERTY *properties;
ULONG propertyCount;
} WS_LISTENER_PROPERTIES;
Membres
properties
Tableau de propriétés. Le nombre d’éléments dans le tableau est spécifié à l’aide du membre propertyCount . Ce champ peut avoir la valeur NULL si propertyCount est 0.
propertyCount
Nombre d’éléments dans le tableau de propriétés.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
En-tête | webservices.h |