IBDA_Topology::CreateTopology
Microsoft DirectShow 9.0 |
IBDA_Topology::CreateTopology
The CreateTopology method associates an instance of an input pin with an instance of an output pin.
Syntax
HRESULT CreateTopology( ULONG ulInputPinId, ULONG ulOutputPinId );
Parameters
ulInputPinId
[in] Specifies the identifier of the input pin for which a topology should be created.
ulOutputPinId
[in] Specifies the identifier of the output pin for which a topology should be created.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Include bdaiface.h.
See Also