Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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;
};