scripting:api:data-type:ulong

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
scripting:api:data-type:ulong [2013/10/30 15:52] – created alexscripting: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,294,967,295. 
 + 
 +Actual data type corresponding to **ULONG** depends on language in which you consume API:
 ^ Language      ^ Data Type^ ^ Language      ^ Data Type^
 | C++    | ulong == unsigned int     | | C++    | ulong == unsigned int     |
 | JavaScript    | Integer     | | JavaScript    | Integer     |
 | VisualBasic Script    | Integer     | | VisualBasic Script    | Integer     |