Jump to content

QWORD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:QWORD to QWORD
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
== QWORD ==
Quad word structure.
Quad word structure.  


=== Type ===  
== Type ==
  [[ULONG]]  ulLo
  [[ULONG]]  ulLo
  ULONG  ulHi
  ULONG  ulHi


==== C Declaration Method ====
=== C Declaration Method ===
typedef struct
typedef struct


=== Fields ===
== Fields ==
;ulLo:Low word.
;ulLo:Low word.
;ulHi:High word.
;ulHi:High word.


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 00:23, 9 February 2020

Quad word structure.

Type

ULONG  ulLo
ULONG  ulHi

C Declaration Method

typedef struct

Fields

ulLo
Low word.
ulHi
High word.