// acxtargets.h
ACXTARGETELEMENT AcxTargetStreamGetTargetElement(
ACXTARGETSTREAM TargetStream,
ULONG ElementIndex
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxTargetStreamGetTargetElement function, given a valid element index value, returns the corresponding ACXTARGETELEMENT ACX object that is associated with the specified stream.
TargetStreamAn existing ACXTARGETSTREAM object. For more information about ACX objects, see Summary of ACX Objects.
ElementIndexThe numeric index value for the specified element.
Returns an ACXTARGETELEMENT ACX object that is associated with the specified stream.
Sample Pending
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.