estrutura UCX_ENDPOINT_CHARACTERISTIC (ucxendpoint.h)
Armazena as características de um ponto de extremidade.
Sintaxe
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;
Membros
Size
Tamanho dessa estrutura.
CharacteristicType
Um valor de tipo UCX_ENDPOINT_CHARACTERISTIC_TYPEque indica o tipo de característica do ponto de extremidade.
Priority
Um valor UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITYdigitado que indica a prioridade do ponto de extremidade.
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Windows 10, versão 1709 |
servidor com suporte mínimo | Windows Server 2016 |
cabeçalho | ucxendpoint.h (inclua Ucxclass.h) |