Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This class is the event type class for driver complete routine events.
The following syntax is simplified from MOF code.
Syntax
[EventType{37}, EventTypeName{"DrvComplRout"}]
class DriverCompletionRoutine : DiskIo
{
uint32 Routine;
uint32 Irp;
uint32 UniqMatchId;
};
Members
The DriverCompletionRoutine class has these types of members:
Properties
The DriverCompletionRoutine class has these properties.
-
Irp
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(2), Pointer
IO request packet.
-
-
Routine
-
-
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 DriverCompleteRequest event.
-
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also