Struct CommunicationInfo
public struct CommunicationInfo
- Inherited Members
Remarks
See NPPM_MSGTOPLUGIN
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
InternalMsg
Integer code defined by plugin Y, known by plugin X, identifying the message being sent.
public int InternalMsg
Field Value
SrcModuleName
The complete module name (with the extension '.dll') of caller (plugin X).
public string SrcModuleName