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.
Syntax
ACXTARGETELEMENT AcxTargetStreamGetTargetElement(
ACXTARGETSTREAM TargetStream,
ULONG ElementIndex
);
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.
Requirements
Requirement | Value |
---|---|
Header | acxtargets.h |
IRQL | <= DISPATCH_LEVEL |