Quad word structure.
typedef struct _QWORD { ULONG ulLo; /* Low word. */ ULONG ulHi; /* High word. */ } QWORD; typedef QWORD * PQWORD ;