Skip to content

Function_IRPMonDllCloseHookedDriverHandle

Martin Drab edited this page Mar 20, 2020 · 3 revisions

IRPMonDllCloseHookedDriverHandle function

Summary

Closes a handle to a given driver monitored by the IRPMon.

Definition

void cdecl IRPMonDllCloseHookedDriverHandle(
    System.Void* Handle
   );

Parameters

Handle

The handle to close.

Return Value

The routine should always return ERROR_SUCCESS.I f it does not, the bug is caller's code, not in the code of the library or driver. TODO: Use the table

Requirements

Header irpmondll.h
Library irpmondll.lib
DLL irpmondll.dll

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally