Function_IRPMonDllCloseHookedDeviceHandle - MartinDrab/IRPMon GitHub Wiki

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