ICIINFO 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
The ICIINFO interface, in Configuration Manager 2007, can represent the properties of a configuration item which has been downloaded and stored by the Desired Configuration Management client or the properties of a baseline configuration item in a Desired Configuration Management Agent job in the client data store. In both cases, the configuration item is either a (top level/root) baseline or a Software Updates configuration item.
The interface inherits from IUnknown.
In This Section
The following table lists the methods in the ICIINFO interface.
Term | Definition |
---|---|
Gets a localized category name by index and the group name of the category. |
|
Gets the count of categories applied to the configuration item. |
|
Gets the current presence for the configuration item. |
|
Gets the context information by name from the configuration item. |
|
Gets dependent package information for the configuration item. |
|
Gets detailed compliance information from the last compliance evaluation run for the configuration item. |
|
Gets the current evaluation state of the configuration item. |
|
Gets the ID of the configuration item. |
|
Gets the current operational job state of the configuration item that is part of a job or task. |
|
Gets the last evaluation time for the configuration item. |
|
Gets a named property value from the configuration item. |
|
Gets the fully qualified name of a root configuration item. |
|
Gets the version of the configuration item. |
Remarks
To obtain this interface, the application calls the IDCMSDK Interface. The application calls the IDCMAgentCallback Interface interface to respond to agent calls.
UUID
The UUID for ICIINFO is ACF43B8E-23A2-4923-B421-CB918FC5CA1F.
See Also
Concepts
Desired Configuration Management Client Interfaces
IDCMSDK Interface
IDCMAgentCallback Interface