| Previous | Next | 
IControlInterface Interface
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.
IControlInterface inherits from the IUnknown interface. In addition to the methods inherited from IUnknown, IControlInterface supports the following methods.
| Method | Description | 
| GetIID | Gets the interface ID of the function-specific control interface of the part. | 
| GetName | Gets the friendly name for the audio function that the control interface encapsulates. | 
Requirements
Client: Windows Vista
Header: Include Devicetopology.h.
See Also
| Previous | Next |