CPApplet Client COM Automation Classes

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager 2007, on the client computer, Control Panel has a number of COM dual interfaces for managing Control Panel functionality. These interfaces are programmatically accessible through the CPAppletMgr COM class.

Methods

Name Description

IClientAction Client COM Automation Interface

Exposes client actions on a client.

IClientActions Client COM Automation Interface

Contains a collection of ClientAction objects.

IClientComponent Client COM Automation Interface

Provides information about a component on a client.

IClientComponents Client COM Automation Interface

Contains a collection of ClientComponent objects.

IClientProperties Client COM Automation Interface

Contains a collection of ClientProperty objects.

IClientProperty Client COM Automation Interface

Contains a single System property value for the client.

CPAppletMgr Client COM Automation Class

Provides an automated way to perform all the same tasks as the Systems Management program on the client computer's Control Panel.

Remarks

CPAppletMgr contains the necessary methods to get access to the client's Action, Component, and Property collections.

The CLSID for CPAppletMgr is E90F8BCE-FB4B-485D-B84B-8010283888C5.

Requirements

CPApplet.DLL

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Client Control Panel COM Automation