Share via


UCX_ENDPOINT_CHARACTERISTIC structure (ucxendpoint.h)

Stocke les caractéristiques d’un point de terminaison.

Syntaxe

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;

Membres

Size

Taille de cette structure.

CharacteristicType

Valeur de type UCX_ENDPOINT_CHARACTERISTIC_TYPE qui indique le type de caractéristique de point de terminaison.

Priority

Valeur UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY typée qui indique la priorité du point de terminaison.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1709
Serveur minimal pris en charge Windows Server 2016
En-tête ucxendpoint.h (inclure Ucxclass.h)

Voir aussi

EVT_UCX_ENDPOINT_SET_CHARACTERISTIC

UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY