DriverCompleteRequest class

This class is the event type class for driver complete request events.

The following syntax is simplified from MOF code.

Syntax

[EventType{52}, EventTypeName{"DrvComplReq"}]
class DriverCompleteRequest : DiskIo
{
  uint32 RoutineAddr;
  uint32 Irp;
  uint32 UniqMatchId;
};

Members

The DriverCompleteRequest class has these types of members:

Properties

The DriverCompleteRequest class has these properties.

Irp

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(2), Pointer

IO request packet.

RoutineAddr

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(1), Pointer

Address of the driver function being called.

UniqMatchId

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(3)

Identifier that uniquely identifies request. Use this identifier to correlate with the other driver events, for example, the DriverCompleteRequestReturn event.

Requirements

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

See also

DiskIo