IClientActions Client COM Automation Interface

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

IClientActions is an interface, in Configuration Manager, that defines a collection of IClientAction Client COM Automation Interface objects.

Methods and Properties

Name Description

IClientActions::_NewEnum Method

Enumerates through the IClientAction objects in the collection.

IClientActions::Count Property

Defines the number of IClientAction objects in the collection.

IClientActions::Item Method

Accesses a specific IClientAction object by index in the collection.

Remarks

The ProgID for the automation object is CPApplet.ClientActions, and it is implemented as part of CPApplet.dll. The Visual Basic reference for early binding is CPApplet 1.0 Type Library. The early binding object name is ClientActions.

The IID for IClientActions is FA3C0D77-B197-4700-A4D2-3D26FF61694E.

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

CPApplet Client COM Automation Classes