AcxTargetFactoryCircuitGetWdfIoTarget - NtDoc

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

WDFIOTARGET AcxTargetFactoryCircuitGetWdfIoTarget(
  ACXTARGETFACTORYCIRCUIT TargetFactoryCircuit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The AcxTargetFactoryCircuitGetWdfIoTarget function given an existing ACXTARGETFACTORYCIRCUIT object, returns its corresponding WDFIOTARGET object. For more information about WDF IO targets see Initializing a General I/O Target.

Parameters

TargetFactoryCircuit

An existing ACXTARGETFACTORYCIRCUIT Object. For more information about ACX objects, see Summary of ACX Objects.

Return value

Returns the WDFIOTARGET object associated with the ACXTARGETFACTORYCIRCUIT.

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also