IBDA_Topology::CreateTopology Method
The CreateTopology method associates an instance of an input pin with an instance of an output pin.
Syntax
HRESULT CreateTopology(
[in] ULONG ulInputPinId,
[in] 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 Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header | Declared in Bdaiface.h. |
See Also
Error and Success Codes
IBDA_Topology Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008