Share via


WS_ANY_ATTRIBUTES struttura (webservices.h)

Questo tipo viene usato per archiviare un set di attributi che non sono stati mappati direttamente al campo di una struttura.

Sintassi

typedef struct _WS_ANY_ATTRIBUTES {
  WS_ANY_ATTRIBUTE *attributes;
  ULONG            attributeCount;
} WS_ANY_ATTRIBUTES;

Members

attributes

Matrice di attributi. Questo campo può essere NULL se attributeCount è zero.

attributeCount

Numero di attributi nella matrice.

Commenti

Questa struttura viene in genere usata per mantenere gli attributi sconosciuti durante la deserializzazione di una struttura. Per altre informazioni, vedere WS_ANY_ATTRIBUTES_FIELD_MAPPING e WS_ANY_ATTRIBUTES_TYPE .

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione webservices.h