SystemConfig_PhyDisk class

This class is the event type class for physical disk configuration events.

The following syntax is simplified from MOF code.

Syntax

[EventType(11), EventTypeName("PhyDisk")]
class SystemConfig_PhyDisk : SystemConfig
{
  uint32 DiskNumber;
  uint32 BytesPerSector;
  uint32 SectorsPerTrack;
  uint32 TracksPerCylinder;
  uint64 Cylinders;
  uint32 SCSIPort;
  uint32 SCSIPath;
  uint32 SCSITarget;
  uint32 SCSILun;
  char16 Manufacturer[];
  uint32 PartitionCount;
  uint8  WriteCacheEnabled;
  uint8  Pad;
  char16 BootDriveLetter[];
  char16 Spare[];
};

Members

The SystemConfig_PhyDisk class has these types of members:

Properties

The SystemConfig_PhyDisk class has these properties.

BootDriveLetter

Data type: char16 array

Access type: Read-only

Qualifiers: WmiDataId (14), Max (3), Format("s")

Drive letter of the boot drive in the form, "<letter>:".

BytesPerSector

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (2)

Number of bytes in each sector for the physical disk drive.

Cylinders

Data type: uint64

Access type: Read-only

Qualifiers: WmiDataId (5)

Total number of cylinders on the physical disk drive. Note: the value for this property is obtained through extended functions of BIOS interrupt 13h. The value may be inaccurate if the drive uses a translation scheme to support high capacity disk sizes. Consult the manufacturer for accurate drive specifications.

DiskNumber

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (1)

Index number of the disk containing this partition.

Manufacturer

Data type: char16 array

Access type: Read-only

Qualifiers: WmiDataId (10), Max (256), Format("s")

Name of the disk drive manufacturer.

Pad

Data type: uint8

Access type: Read-only

Qualifiers: WmiDataId (13)

Not used.

PartitionCount

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (11)

Number of partitions on this physical disk drive that are recognized by the operating system.

SCSILun

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (9)

SCSI logical unit number (LUN) of the SCSI adapter.

SCSIPath

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (7)

SCSI bus number of the SCSI adapter.

SCSIPort

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (6)

SCSI number of the SCSI adapter.

SCSITarget

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (8)

Contains the number of the target device.

SectorsPerTrack

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (3)

Number of sectors in each track for this physical disk drive.

Spare

Data type: char16 array

Access type: Read-only

Qualifiers: WmiDataId (15), Max (2), Format("s")

Not used.

TracksPerCylinder

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (4)

Number of tracks in each cylinder on the physical disk drive. Note: the value for this property is obtained through extended functions of BIOS interrupt 13h. The value may be inaccurate if the drive uses a translation scheme to support high capacity disk sizes. Consult the manufacturer for accurate drive specifications.

WriteCacheEnabled

Data type: uint8

Access type: Read-only

Qualifiers: WmiDataId (12)

True if the write cache is enabled.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

SystemConfig