std
::
os
::
win32
Win32_LARGE_INTEGER
union
Win32_LARGE_INTEGER
{
struct
{
Win32_DWORD
lowPart
;
Win32_LONG
highPart
;
}
ulong
quadPart
;
}
Members
Methods