AcxTargetStreamGetTargetElement function (acxtargets.h)
The AcxTargetStreamGetTargetElement function, given a valid element index value, returns the corresponding ACXTARGETELEMENT ACX object that is associated with the specified stream.
ACXTARGETELEMENT AcxTargetStreamGetTargetElement(
ACXTARGETSTREAM TargetStream,
ULONG ElementIndex
);
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.
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.
Requirement | Value |
---|---|
Header | acxtargets.h |
IRQL | <= DISPATCH_LEVEL |