MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SystemTimeToFileTime

Function SystemTimeToFileTime

Win32Lib/Win32Lib.cpp:208–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208FILETIME SystemTimeToFileTime(const SYSTEMTIME& st)
209{
210 FILETIME ft;
211 if (!::SystemTimeToFileTime(&st, &ft))
212 ThrowLastError("SystemTimeToFileTime");
213 return ft;
214}
215
216Handle CreateFileMapping(HANDLE hFile, const SECURITY_ATTRIBUTES* pAttributes, DWORD protect, DWORD maximumSizeHigh, DWORD maximumSizeLow, const wchar_t* pName)
217{

Callers 5

USTimeToFiletimeMethod · 0.85
MakeFileTimeFunction · 0.85
ReadLocalTimeMsFunction · 0.85
ReadLocalTimeFunction · 0.85

Calls 1

ThrowLastErrorFunction · 0.85

Tested by

no test coverage detected