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