Record TCommunicationInfo

Unit

Declaration

type TCommunicationInfo = record

Description

See NPPM_MSGTOPLUGIN

Overview

Fields

Public internalMsg: LongInt;
Public srcModuleName: nppPChar;
Public info: Pointer;

Description

Fields

Public internalMsg: LongInt;

An integer defined by plugin Y, known by plugin X, identifying the message being sent.

Public srcModuleName: nppPChar;

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

Public info: Pointer;

Defined by 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.