Skip to content

Function_IRPMonDllDriverNameWatchEnumFree

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

IRPMonDllDriverNameWatchEnumFree function

Summary

Releases array of watched classes returned by the IRPMonDllDriverNameWatchEnum routine.

Definition

void cdecl IRPMonDllDriverNameWatchEnumFree(
    const long _DRIVER_NAME_WATCH_RECORD* Array,
    const 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

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally