Skip to content

Function_IRPMonDllClassWatchEnumFree

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

IRPMonDllClassWatchEnumFree function

Summary

Releases array of watched classes returned by the IRPMonDllClassWatchEnum routine.

Definition

void cdecl IRPMonDllClassWatchEnumFree(
    _CLASS_WATCH_RECORD* Array,
    long System.UInt32 Count
   );

Parameters

Array

Address of the array returned in the first argument of the IRPMonDllClassWatchEnum 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