Skip to content

Function_IRPMonDllDriverNameWatchUnregister

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

IRPMonDllDriverNameWatchUnregister function

Summary

Stops watching for driver with given name.

Definition

void cdecl IRPMonDllDriverNameWatchUnregister(
    System.Char* DriverName
   );

Parameters

DriverName

Name of the driver that should not be watched for anymore.

Return Value

One of the following values may be returned:

Value Description
ERROR_SUCCESS The IRPMon driver is no longer watching for the given driver.
Other An error occurred.

Remarks

The driver name specified in the DriverName must be an absolute name in the Object Manager namespace. In other words, it should usually contain the \Driver\ or \FileSystem\ prefix.

This routine is exact opposite to IRPMonDllDriverNameWatchRegister one.

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