struttura WS_HEAP_PROPERTIES (webservices.h)
Struttura utilizzata per specificare un set di WS_HEAP_PROPERTYs.
Sintassi
typedef struct _WS_HEAP_PROPERTIES {
WS_HEAP_PROPERTY *properties;
ULONG propertyCount;
} WS_HEAP_PROPERTIES;
Members
properties
Matrice di proprietà. Il numero di elementi nella matrice viene specificato usando il parametro propertyCount. Questo campo può essere NULL se propertyCount è 0.
propertyCount
Numero di elementi nella matrice delle proprietà.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | webservices.h |