This is an old revision of the document!
LONG
Signed integer data type (4 bytes) used in COM communications (e.g. scripting).
Actual data type corresponding to LONG depends on language in which you consume API:
| Language | Data Type |
|---|---|
| C++ | long == int |
| JavaScript | Integer |
| VisualBasic Script | Integer |