Function_IRPMonDllDriverNameWatchEnumFree - MartinDrab/IRPMon GitHub Wiki

IRPMonDllDriverNameWatchEnumFree function

Summary

Releases array of watched classes returned by the IRPMonDllDriverNameWatchEnum routine.

Definition

void cdecl IRPMonDllDriverNameWatchEnumFree(
    _DRIVER_NAME_WATCH_RECORD* Array,
    long System.UInt32 Count
   );

Parameters

Array

Address of the array returned in the first argument of the IRPMonDllDriverNameWatchEnum function.

Count

Number of elements in the array.

See also

Requirements

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