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