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 | |
| 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. | |
This documentation is in the public domain under the Creative Commons Zero v1.0 Universal public license.