UcxControllerNotifyTransportCharacteristicsChange - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucxcontroller.h

VOID UcxControllerNotifyTransportCharacteristicsChange(
        UCXCONTROLLER                             Controller,
  [out] PUCX_CONTROLLER_TRANSPORT_CHARACTERISTICS UcxControllerTransportCharacteristics
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucxcontroller-ucxcontrollernotifytransportcharacteristicschange)

UcxControllerNotifyTransportCharacteristicsChange function

Description

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

Parameters

Controller

A 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.

See also

EVT_UCX_CONTROLLER_GET_TRANSPORT_CHARACTERISTICS