Skip to content

Type__IRPMON_INIT_INFO

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

_IRPMON_INIT_INFO struct

Summary

Information required to initialize the IRPMon library.

Definition

typedef struct _IRPMON_INIT_INFO {
    E ConnectorType;
    IRPMON_INIT_INFO_DATA Data;
} IRPMON_INIT_INFO, *PIRPMON_INIT_INFO;

Members

ConnectorType

Defines how to connect to the driver instance.

Data

Data specific to the selected connection type.

See also

Requirements

Header irpmondll-types.h

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally