AcxTargetStreamGetTargetElement - NtDoc

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

ACXTARGETELEMENT AcxTargetStreamGetTargetElement(
  ACXTARGETSTREAM TargetStream,
  ULONG           ElementIndex
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The AcxTargetStreamGetTargetElement function, given a valid element index value, returns the corresponding ACXTARGETELEMENT ACX object that is associated with the specified stream.

Parameters

TargetStream

An existing ACXTARGETSTREAM object. For more information about ACX objects, see Summary of ACX Objects.

ElementIndex

The numeric index value for the specified element.

Return value

Returns an ACXTARGETELEMENT ACX object that is associated with the specified stream.

Remarks

Sample Pending

ACX requirements

Minimum ACX version: 1.0

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

See also