Skip to content

Function_IRPMonDllDriverHooksFree

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

IRPMonDllDriverHooksFree function

Summary

Frees information returned by the IRPMonDllDriverHooksEnumerate function

Definition

void cdecl IRPMonDllDriverHooksFree(
    _HOOKED_DRIVER_UMINFO* HookedDrivers,
    long System.UInt32 Count
   );

Parameters

HookedDrivers

Address of an array of HOOKED_DRIVER_UMINFO structures.The array is returned in the first argument in a call to the IRPMonDllDriverHooksEnumerate function.

Count

Number of elements in the array.

See also

Requirements

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

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally