Share via


CIPackageInfo Structure

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, the CIPackageInfo structure contains package information for a configuration item.

struct CIPackageInfo
{
      LPWSTR szTypeName;
      LPWSTR szPackageName;
      LPWSTR szPackageVersion;
      LPWSTR szNamespace;
};

Members

  • szTypeName
    Name of the configuration item.
  • szPackageName
    Name of the package.
  • szPackageVersion
    Version of the package.
  • szNamespace
    Namespace used by the package software.

See Also

Concepts

Desired Configuration Management Client Interfaces
ICIINFO::GetDependantPackages Method