// acxpin.h
NTSTATUS AcxPinAddStreamBridges(
[in] ACXPIN Pin,
[in, reads(StreamBridgesCount)] ACXSTREAMBRIDGE *StreamBridges,
[in] ULONG StreamBridgesCount
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxPinAddStreamBridges function adds an array of stream bridges to the specified pin.
Pin [in]The pin to which the stream bridges are added.
StreamBridges [in, reads(StreamBridgesCount)]A pointer to an array of ACXSTREAMBRIDGE objects to add to the specified Pin.
StreamBridgesCount [in]The number of ACXSTREAMBRIDGE objects in the StreamBridges array.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.