Skip to content

Function_IRPMonDllConnect

Martin Drab edited this page Mar 18, 2020 · 2 revisions

IRPMonDllConnect function

Summary

Connects the current thread (the calling one) to the queue of events detected by the IRPMon driver.

Definition

void cdecl IRPMonDllConnect(
   );

Return Value

Value Description
ERROR_SUCCESS The thread successfully connected to the queue.
Other An error occurred.

Remarks

At most one thread can be connected to the IRPMon Event Queue at any moment of time.

Requirements

Header irpmondll.h
Library irpmondll.lib
DLL irpmondll.dll

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally