Skip to content

Type__IRPMON_DEVICE_INIT_INFO

Martin Drab edited this page Mar 20, 2020 · 1 revision

_IRPMON_DEVICE_INIT_INFO struct

Summary

Defines parameter necessary for connecting to IRPMon driver's control device.

Definition

typedef struct _IRPMON_DEVICE_INIT_INFO {
    wchar_t* DeviceName;
} IRPMON_DEVICE_INIT_INFO, *PIRPMON_DEVICE_INIT_INFO;

Members

DeviceName

Specifies name of the device object belonging to the local IRPMon driver.

Requirements

Header irpmondll-types.h

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally