Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| scripting:api:data-type:ulong [2013/10/30 15:52] – created alex | scripting:api:data-type:ulong [2018/01/10 21:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Unsigned integer data type (4 bytes) used in COM communications (e.g. scripting). | 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: | + | Value range: 0 to 4, |
| + | |||
| + | Actual data type corresponding to **ULONG** depends on language in which you consume API: | ||
| ^ Language | ^ Language | ||
| | C++ | ulong == unsigned int | | | C++ | ulong == unsigned int | | ||
| | JavaScript | | JavaScript | ||
| | VisualBasic Script | | VisualBasic Script | ||