IBDA_PinControl interface (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 IBDA_PinControl interface is exposed on a BDA device filter's pins. A Network Provider calls these methods to determine the type and identifier of each pin on the filter. A Network Provider uses this information when building the graph.

Inheritance

The IBDA_PinControl interface inherits from the IUnknown interface. IBDA_PinControl also has these types of members:

Methods

The IBDA_PinControl interface has these methods.

 
IBDA_PinControl::GetPinID

The GetPinID method retrieves the ID of the pin.
IBDA_PinControl::GetPinType

The GetPinType method retrieves the type of the pin.
IBDA_PinControl::RegistrationContext

The RegistrationContext method retrieves the registration context of a particular pin.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IBDA_PinControl).

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

BDA Interfaces