SplitIo_Info class
This class is the event type class for split IO events.
The following syntax is simplified from MOF code.
Syntax
[EventType{32}, EventTypeName{"VolMgr"}]
class SplitIo_Info : SplitIo
{
uint32 ParentIrp;
uint32 ChildIrp;
};
Members
The SplitIo_Info class has these types of members:
Properties
The SplitIo_Info class has these properties.
-
ChildIrp
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(2), Pointer
Child IO request packet.
-
-
ParentIrp
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(1), Pointer
Parent IO request packet.
-
Remarks
Indicates that the volume manager split the IRP into two IRPs.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |