QWORD: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== QWORD == | == QWORD == | ||
Quad word structure. | Quad word structure. | ||
=== Type === | === Type === | ||
[[ULONG]] ulLo | |||
[[ | ULONG ulHi | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;ulLo:Low word. | |||
;ulHi:High word. | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 13:43, 31 October 2016
QWORD
Quad word structure.
Type
ULONG ulLo ULONG ulHi
C Declaration Method
typedef struct
Fields
- ulLo
- Low word.
- ulHi
- High word.