// ucxcontroller.h
VOID UcxControllerNotifyTransportCharacteristicsChange(
UCXCONTROLLER Controller,
[out] PUCX_CONTROLLER_TRANSPORT_CHARACTERISTICS UcxControllerTransportCharacteristics
);
View the official Windows Driver Kit DDI referenceNo description available.
Notifies UCX about a new port change event from host controller.
ControllerA handle to the UCX controller that the client driver received in a previous call to the UcxControllerCreate method.
UcxControllerTransportCharacteristics [out]A pointer to a UCX_CONTROLLER_TRANSPORT_CHARACTERISTICS structure that contains the updated transport characteristics.
EVT_UCX_CONTROLLER_GET_TRANSPORT_CHARACTERISTICS