Skip to content

Function_IRPMonDllClassWatchEnum

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

IRPMonDllClassWatchEnum function

Summary

Enumerates device setup classes watched by the IRPMon driver.

Definition

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

Parameters

Array

Address of variable that receives an array of CLASS_WATCH_RECORD structures.

Count

Address of variable that receives number of elements returned in the *Array array.

Return Value

One of the following values may be returned:

Value Description
ERROR_SUCCESS The Array and Count arguments contain information about watched classes.
Other An error occurred.

Remarks

Use IRPMonDllClassWatchEnumFree to release the array retrieved by this routine.

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