Table of Contents

Struct CommunicationInfo

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll
public struct CommunicationInfo
Inherited Members

Remarks

Fields

Info

Defined by the plugin; the information to be exchanged between X and Y. It's a void pointer so it should be defined by plugin Y and known by plugin X.

public IntPtr Info

Field Value

IntPtr

InternalMsg

Integer code defined by plugin Y, known by plugin X, identifying the message being sent.

public int InternalMsg

Field Value

int

SrcModuleName

The complete module name (with the extension '.dll') of caller (plugin X).

public string SrcModuleName

Field Value

string