UcxControllerNeedsReset function (ucxcontroller.h)

Initiates a non-Plug and Play (PnP) controller reset operation by queuing an event into the controller reset state machine.

Syntax

void UcxControllerNeedsReset(
  [in] UCXCONTROLLER Controller
);

Parameters

[in] Controller

A handle to the controller object to reset. The client driver retrieved the handle in a previous call to UcxControllerCreate.

Return value

None

Remarks

If the operation is successful, the method returns TRUE. Otherwise, it returns FALSE.

Requirements

Requirement Value
Minimum supported client Windows 10
Target Platform Windows
Minimum KMDF version 1.0
Minimum UMDF version 2.0
Header ucxcontroller.h (include Ucxclass.h)
IRQL <=DISPATCH_LEVEL

See also