Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stores the characteristics of an endpoint.
Syntax
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
Size of this structure.
CharacteristicType
A UCX_ENDPOINT_CHARACTERISTIC_TYPE-type value that indicates the type of endpoint characteristic.
Priority
A UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY-typed value that indicates the priority of the endpoint.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Minimum supported server | Windows Server 2016 |
Header | ucxendpoint.h (include Ucxclass.h) |