Skip to content

Type__EIRPMonConnectorType

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

_EIRPMonConnectorType enum

Summary

Defines how the IRPMon library should connect to the driver instance.

Definition

typedef enum _EIRPMonConnectorType {
    ictNone = 0,
    ictDevice = 1,
    ictNetwork = 2,
} EIRPMonConnectorType, *PEIRPMonConnectorType;

Values

ictNone

This value should never be used.

ictDevice

Connect to device object of the locally installed IRPMon driver.

ictNetwork

Connect to an IRPMon instance running on a remote computer.

Requirements

Header irpmondll-types.h

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally