Share via


IBDA_Topology::CreateTopology method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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

[in] ulInputPinId

Specifies the identifier of the input pin for which a topology should be created.

[in] ulOutputPinId

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

   
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_Topology Interface