Share via


estructura UCX_ENDPOINT_CHARACTERISTIC (ucxendpoint.h)

Almacena las características de un punto de conexión.

Sintaxis

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;

Miembros

Size

Tamaño de esta estructura.

CharacteristicType

Valor de tipo UCX_ENDPOINT_CHARACTERISTIC_TYPE que indica el tipo de característica del punto de conexión.

Priority

Valor con tipo UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY que indica la prioridad del punto de conexión.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 1709
Servidor mínimo compatible Windows Server 2016
Encabezado ucxendpoint.h (include Ucxclass.h)

Consulte también

EVT_UCX_ENDPOINT_SET_CHARACTERISTIC

UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY