AcxPinAddStreamBridges function (acxpin.h)
The AcxPinAddStreamBridges function adds an array of stream bridges to the specified pin.
Syntax
NTSTATUS AcxPinAddStreamBridges(
[in] ACXPIN Pin,
[in, reads(StreamBridgesCount)] ACXSTREAMBRIDGE *StreamBridges,
[in] ULONG StreamBridgesCount
);
Parameters
[in] Pin
The pin to which the stream bridges are added.
[in, reads(StreamBridgesCount)] StreamBridges
A pointer to an array of ACXSTREAMBRIDGE objects to add to the specified Pin.
[in] StreamBridgesCount
The number of ACXSTREAMBRIDGE objects in the StreamBridges array.
Return value
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
IRQL | PASSIVE_LEVEL |
See also
- [acxpin.h header](index.md)