Type__IRPMON_INIT_INFO - MartinDrab/IRPMon GitHub Wiki

_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