AcxTargetCircuitGetWdfIoTarget - NtDoc

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

WDFIOTARGET AcxTargetCircuitGetWdfIoTarget(
  ACXTARGETCIRCUIT TargetCircuit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acxtargetcircuitgetwdfiotarget)

Description

The AcxTargetCircuitGetWdfIoTarget function will return the associated WDFIOTARGET object.

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.

See also