Searched defs:GetTime64 (Results 1 – 2 of 2) sorted by relevance
223 static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dwHighDateTime << 32) | t.dwL… in GetTime64() function
598 static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dwHighDateTime << 32) | t.dwL… in GetTime64() function