Jump to content

QWORD: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== QWORD ==
== QWORD ==
Quad word structure.  
Quad word structure.  


=== Type ===  
=== Type ===  
 
  [[ULONG]]  ulLo
  [[OS2 API:DataType:ULONG|ULONG]]  ulLo
  ULONG  ulHi
  [[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.
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

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.