Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
{
[default] interface IControlManager;
interface IOnOffTransitionManager;
interface IControlErrorInfo;
interface IEnumControlWarningInfo;
};