ReactOS 0.4.15-dev-8100-g1887773
KMT_IRP_HANDLER_ENTRY Struct Reference
Collaboration diagram for KMT_IRP_HANDLER_ENTRY:

Public Attributes

UCHAR MajorFunction
 
PDEVICE_OBJECT DeviceObject
 
PKMT_IRP_HANDLER IrpHandler
 

Detailed Description

Definition at line 21 of file kmtest_standalone.c.

Member Data Documentation

◆ DeviceObject

PDEVICE_OBJECT KMT_IRP_HANDLER_ENTRY::DeviceObject

Definition at line 24 of file kmtest_standalone.c.

Referenced by DriverDispatch(), and KmtRegisterIrpHandler().

◆ IrpHandler

PKMT_IRP_HANDLER KMT_IRP_HANDLER_ENTRY::IrpHandler

◆ MajorFunction

UCHAR KMT_IRP_HANDLER_ENTRY::MajorFunction

Definition at line 23 of file kmtest_standalone.c.

Referenced by KmtRegisterIrpHandler().


The documentation for this struct was generated from the following file: