struttura UCX_ENDPOINT_CHARACTERISTIC (ucxendpoint.h)
Archivia le caratteristiche di un endpoint.
Sintassi
typedef struct _UCX_ENDPOINT_CHARACTERISTIC {
ULONG Size;
UCX_ENDPOINT_CHARACTERISTIC_TYPE CharacteristicType;
union {
UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY Priority;
};
} UCX_ENDPOINT_CHARACTERISTIC, *PUCX_ENDPOINT_CHARACTERISTIC;
Members
Size
Dimensioni di questa struttura.
CharacteristicType
Valore di tipo UCX_ENDPOINT_CHARACTERISTIC_TYPE che indica il tipo di caratteristica dell'endpoint.
Priority
Valore tipizzato UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY che indica la priorità dell'endpoint.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1709 |
Server minimo supportato | Windows Server 2016 |
Intestazione | ucxendpoint.h (include Ucxclass.h) |