ULARGE_INTEGER is a concrete type for a 64-bit, unsigned integer.

 typedef struct {
   ULONGLONG QuadPart;
 } ULARGE_INTEGER;