Jump to content

QWORD: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user 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.
ulLo Low word.
;ulHi:High word.
ulHi High word.
 
[[OS2_API | Back to OS/2 API]]
 


[[Category:The OS/2 API Project]]
[[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.