125
125
# Pyrex casts a DWORD into a PyLong anyway, so it is safe to do << 32
127
127
return ((<__int64>data.nFileSizeHigh) << 32) + data.nFileSizeLow
131
131
"""Convert from a FILETIME struct into a floating point timestamp.
133
133
The fields of a FILETIME structure are the hi and lo part