AcxTargetCircuitGetWdfIoTarget function (acxtargets.h)
The AcxTargetCircuitGetWdfIoTarget function will return the associated WDFIOTARGET object.
Syntax
WDFIOTARGET AcxTargetCircuitGetWdfIoTarget(
ACXTARGETCIRCUIT TargetCircuit
);
Parameters
TargetCircuit
An ACXTARGETCIRCUIT handle. For more information about ACX objects, see Summary of ACX Objects.
Return value
Returns a WDFIOTARGET Object that is associated with the specified circuit.
Remarks
Example
This example code shows the use of AcxTargetCircuitGetWdfIoTarget.
WDFIOTARGET ioTarget;
ioTarget = AcxTargetCircuitGetWdfIoTarget(targetCircuit);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxtargets.h |
IRQL | <= DISPATCH_LEVEL |