Jump to content

QWORD: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== QWORD ==
Quad word structure.


Quad word structure.
== Type ==
 
  [[ULONG]]  ulLo
=== Type ===  
  ULONG  ulHi
 
  [[OS2 API:DataType:ULONG|ULONG]]  ulLo
  [[OS2 API:DataType:ULONG|ULONG]] ulHi
 
==== C Declaration Method ====


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


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


ulLo  Low word.
[[Category:Data type]]
ulHi  High word.

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.