This is an old revision of the document!
ULONG
Unsigned 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++ | ulong == unsigned int |
| JavaScript | Integer |
| VisualBasic Script | Integer |