Skip to content

Function_IRPMonDllUnhookDriver

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

IRPMonDllUnhookDriver function

Summary

Unhooks a given driver.

Definition

void cdecl IRPMonDllUnhookDriver(
    System.Void* HookHandle
   );

Parameters

HookHandle

Handle to the hooked driver.

Return Value

Value Description
ERROR_SUCCESS The driver has been unhooked successfully.
ERROR_INVALID_HANDLE The handle specified in the DriverHandle parameter is invalid.
Other An error occurred.

Requirements

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

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally