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

Method GetWinFT

Libraries/unrar/timefn.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132#ifdef _WIN_ALL
133void RarTime::GetWinFT(FILETIME *ft)
134{
135 _ULARGE_INTEGER ul;
136 ul.QuadPart=GetWin();
137 ft->dwLowDateTime=ul.LowPart;
138 ft->dwHighDateTime=ul.HighPart;
139}
140
141
142void RarTime::SetWinFT(FILETIME *ft)

Callers 2

SetOpenFileTimeMethod · 0.80
SetDirTimeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected