Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Configuration Manager, the CIPackageInfo
structure contains package information for a configuration item.
Syntax
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
Compliance Settings (DCM) Client Interfaces
ICIINFO::GetDependantPackages Method