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.
Members
The IControlInterface interface inherits from the IUnknown interface. IControlInterface also has these types of members:
Methods
The IControlInterface interface has these 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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also