5.16.1.2 INT64
-
Article
-
- 2 minutes to read
The INT64 type is an 8-byte integer in little-endian form.
See [MS-DTYP]
section 2.2.23
for its definition.
0
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
1 0 |
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
2 0 |
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
3 0 |
1
|
|
int64Value
|
|
...
|
int64Value (8 bytes): A 64-bit signed number
in little-endian byte order.