IControlInterface interface (devicetopology.h)

The IControlInterface interface represents a control interface on a part (connector or subunit) in a device topology. The client obtains a reference to a part's IControlInterface interface by calling the IPart::GetControlInterface method.

Inheritance

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

Methods

The IControlInterface interface has these methods.

 
IControlInterface::GetIID

The GetIID method gets the interface ID of the function-specific control interface of the part.
IControlInterface::GetName

The GetName method gets the friendly name for the audio function that the control interface encapsulates.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header devicetopology.h

See also

Core Audio Interfaces

DeviceTopology API

IPart::GetControlInterface