Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void RarTime::SetWinFT(FILETIME *ft)
143
{
144
_ULARGE_INTEGER ul = {ft->dwLowDateTime, ft->dwHighDateTime};
145
SetWin(ul.QuadPart);
146
}
147
#endif
148
149
Callers
2
GetOpenFileTime
Method · 0.80
Win32Find
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected