Microsoft DirectX 9.0 |
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.
See Also