Type__EIRPMonConnectorType - MartinDrab/IRPMon GitHub Wiki
_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 |