MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / GetWin

Method GetWin

Libraries/unrar/timefn.cpp:151–154  ·  view source on GitHub ↗

Get 64-bit representation of Windows FILETIME (100ns since 01.01.1601).

Source from the content-addressed store, hash-verified

149
150// Get 64-bit representation of Windows FILETIME (100ns since 01.01.1601).
151uint64 RarTime::GetWin()
152{
153 return itime/(TICKS_PER_SECOND/10000000);
154}
155
156
157// Set 64-bit representation of Windows FILETIME (100ns since 01.01.1601).

Callers 3

RARReadHeaderExFunction · 0.80
MkTempFunction · 0.80
TimeRandomizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected