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