Skip to content

Function_IRPMonDllDriverHooksFree

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

IRPMonDllDriverHooksFree function

Summary

Frees information returned by the IRPMonDllDriverHooksEnumerate function

Definition

void cdecl IRPMonDllDriverHooksFree(
    const long _HOOKED_DRIVER_UMINFO* HookedDrivers,
    const 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

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally