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.
This class is the event type class for IDE channel events.
The following syntax is simplified from MOF code.
Syntax
[EventType(23), EventTypeName("IDEChannel")]
class SystemConfig_IDEChannel : SystemConfig
{
uint32 TargetId;
uint32 DeviceType;
uint32 DeviceTimingMode;
uint32 LocationInformationLen;
string LocationInformation;
};
Members
The SystemConfig_IDEChannel class has these types of members:
Properties
The SystemConfig_IDEChannel class has these properties.
-
DeviceTimingMode
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(3), Format("x")
The mode in which the IDE could function. The following are the possible values:
- PIO_MODE0 (0x1)
- PIO_MODE1 (0x2)
- PIO_MODE2 (0x4)
- PIO_MODE3 (0x8)
- PIO_MODE4 (0x10)
- SWDMA_MODE0 (0x20)
- SWDMA_MODE1 (0x40)
- SWDMA_MODE2 (0x80)
- MWDMA_MODE0 (0x100)
- MWDMA_MODE2 (0x200)
- MWDMA_MODE3 (0x400)
- UDMA_MODE0 (0x800)
- UDMA_MODE1 (0x1000)
- UDMA_MODE2 (0x2000)
- UDMA_MODE3 (0x4000)
- UDMA_MODE4 (0x8000)
- UDMA_MODE5 (0x10000)
-
-
DeviceType
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(2), Format("x")
The device type. The following are the possible values:
- ATA (1)
- ATAPI (2)
-
-
LocationInformation
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: WmiDataId(5), StringTermination("NullTerminated"), Format("w")
The IDE channel (for example, Primary Channel, Secondary Channel, and so on).
-
-
LocationInformationLen
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(4)
Length of the LocationInformation string.
-
-
TargetId
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(1)
The identifier of the disk.
-
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also