CControlManager
Applies To: Windows 8, Windows 8.1
Represents the control manager that runs a profile collection. The class implements the IControlManager, IOnOffTransitionManager, IControlErrorInfo, and IEnumControlWarningInfo interfaces. To run profiles, the client instantiates an instance of the class. The library maintains only a single, static instance of the manager. If the client tries to instantiate multiple times, the library returns the original instance and increments its reference count.
{
[default] interface IControlManager;
interface IOnOffTransitionManager;
interface IControlErrorInfo;
interface IEnumControlWarningInfo;
};