KDPatchDriver Class Reference

Driver object for KDPATCH driver. More...

Collaboration diagram for KDPatchDriver:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 KDPatchDriver ()
virtual NTSTATUS DriverLoad (IN PUNICODE_STRING RegistryPath) override
 This routine is called when the driver is loaded.
virtual ~KDPatchDriver ()
 Unpatches the KDCOM.DLL and waits for all active calls to terminate.

Private Attributes

KDPatchDevicepDevice
bool m_bPatched


Detailed Description

Driver object for KDPATCH driver.

Constructor & Destructor Documentation

KDPatchDriver::KDPatchDriver (  )  [inline]

virtual KDPatchDriver::~KDPatchDriver (  )  [inline, virtual]

Unpatches the KDCOM.DLL and waits for all active calls to terminate.

Here is the call graph for this function:


Member Function Documentation

virtual NTSTATUS KDPatchDriver::DriverLoad ( IN PUNICODE_STRING  RegistryPath  )  [inline, override, virtual]

This routine is called when the driver is loaded.

Here is the call graph for this function:


Member Data Documentation

bool KDPatchDriver::m_bPatched [private]


The documentation for this class was generated from the following file:
SourceForge.net Logo