UcxControllerNotifyTransportCharacteristicsChange function (ucxcontroller.h)

Notifies UCX about a new port change event from host controller.

Syntax

void UcxControllerNotifyTransportCharacteristicsChange(
        UCXCONTROLLER                             Controller,
  [out] PUCX_CONTROLLER_TRANSPORT_CHARACTERISTICS UcxControllerTransportCharacteristics
);

Parameters

Controller

A handle to the UCX controller that the client driver received in a previous call to the UcxControllerCreate method.

[out] UcxControllerTransportCharacteristics

A pointer to a UCX_CONTROLLER_TRANSPORT_CHARACTERISTICS structure that contains the updated transport characteristics.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709
Minimum supported server Windows Server 2016
Target Platform Windows
Minimum KMDF version 1.0
Minimum UMDF version 2.0
Header ucxcontroller.h (include Ucxclass.h)
Library Ucxstubs.lib

See also

EVT_UCX_CONTROLLER_GET_TRANSPORT_CHARACTERISTICS