Skip to content

Function_IRPMonDllCloseHookedDeviceHandle

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

IRPMonDllCloseHookedDeviceHandle function

Summary

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

Definition

void cdecl IRPMonDllCloseHookedDeviceHandle(
    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