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

Method SetWinFT

Libraries/unrar/timefn.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142void RarTime::SetWinFT(FILETIME *ft)
143{
144 _ULARGE_INTEGER ul = {ft->dwLowDateTime, ft->dwHighDateTime};
145 SetWin(ul.QuadPart);
146}
147#endif
148
149

Callers 2

GetOpenFileTimeMethod · 0.80
Win32FindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected