Skip to content

Type__IRPMON_NETWORK_INIT_INFO

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

_IRPMON_NETWORK_INIT_INFO struct

Summary

Defines parameter necessary for connecting to IRPMon instance over a network.

Definition

typedef struct _IRPMON_NETWORK_INIT_INFO {
    wchar_t* Address;
    wchar_t* Service;
    uint16_t AddressFamily;
} IRPMON_NETWORK_INIT_INFO, *PIRPMON_NETWORK_INIT_INFO;

Members

Address

Domain or IP address where the remote IRPMon instance is running.

Service

Port number (in its string form) at which the instance listens.

AddressFamily

Version of IP protocol used to establish the connection.

Requirements

Header irpmondll-types.h

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally