Function_IRPMonDllDriverNameWatchEnum - MartinDrab/IRPMon GitHub Wiki
IRPMonDllDriverNameWatchEnum function
Summary
Enumerates names of drivers on the watch list.
Definition
void cdecl IRPMonDllDriverNameWatchEnum(
_DRIVER_NAME_WATCH_RECORD** Array,
long System.UInt32 *Count
);
Parameters
Array
Address of variable that receives an array of DRIVER_NAME_WATCH_RECORD structures, each containing information about one watched driver name.
Count
Address of variable that receives number of elements in the array.
Return Value
One of the following values may be returned:
Value | Description |
---|---|
ERROR_SUCCESS | The Array and Count arguments contain information about watched driver names. |
Other | An error occurred. |
Remarks
Release the array returned by this routine by calling the IRPMonDllDriverNameWatchEnumFree routine.
See also
Requirements
Header | irpmondll.h |
Library | irpmondll.lib |
DLL | irpmondll.dll |