CIM_StorageError class

The CIM_StorageError class represents blocks of media or memory space that are mapped out-of-use due to errors. The key of the class is the StartingAddress property of the bytes in error.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{71312AB6-DB31-11d2-85FC-0000F8102E5F}"), AMENDMENT]
class CIM_StorageError
{
  string DeviceCreationClassName;
  string DeviceID;
  uint64 EndingAddress;
  uint64 StartingAddress;
  string SystemCreationClassName;
  string SystemName;
};

Members

The CIM_StorageError class has these types of members:

Properties

The CIM_StorageError class has these properties.

DeviceCreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256), Propagated ("CIM_StorageExtent.CreationClassName")

Scoping storage extent's creation class name.

DeviceID

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (64), Propagated ("CIM_StorageExtent.DeviceID")

Scoping storage extent's device identifier.

EndingAddress

Data type: uint64

Access type: Read-only

Ending address of the bytes in error.

For more information about using uint64 values in scripts, see Scripting in WMI.

StartingAddress

Data type: uint64

Access type: Read-only

Qualifiers: Key

Starting address of the bytes in error.

For more information about using uint64 values in scripts, see Scripting in WMI.

SystemCreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256), Propagated ("CIM_StorageExtent.SystemCreationClassName")

Scoping system's creation class name.

SystemName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256), Propagated ("CIM_StorageExtent.SystemName")

Scoping system's name.

Remarks

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll