Skip to content

Function_IRPMonDllConnect

Martin Drab edited this page Mar 17, 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

| | 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.

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally