// acxtargets.h
WDFIOTARGET AcxTargetCircuitGetWdfIoTarget(
ACXTARGETCIRCUIT TargetCircuit
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxTargetCircuitGetWdfIoTarget function will return the associated WDFIOTARGET object.
TargetCircuitAn ACXTARGETCIRCUIT handle. For more information about ACX objects, see Summary of ACX Objects.
Returns a WDFIOTARGET Object that is associated with the specified circuit.
This example code shows the use of AcxTargetCircuitGetWdfIoTarget.
WDFIOTARGET ioTarget;
ioTarget = AcxTargetCircuitGetWdfIoTarget(targetCircuit);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.