Function_IRPMonDllDriverHooksFree - MartinDrab/IRPMon GitHub Wiki
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 |