Skip to content

Function_IRPMonDllInitialize

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

IRPMonDllInitialize function

Summary

Initializes the IRPMon library and connects the current process to the IRPMon driver.

Definition

void cdecl IRPMonDllInitialize(
    const _IRPMON_INIT_INFO *Info
   );

Parameters

Info

Determines how to connect to an IRPMon driver instance. The library can connect etiher to a locally installed IRPMon driver, or to an IRPMon server instance running on remote machine.

Return Value

Value Description
ERROR_SUCCESS The initialization was successful.
Other An error occurred.

Remarks

This routine must be successfully called before any other routine exported by the library.

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