search for: getsystemtimeasfiletim

Displaying 5 results from an estimated 5 matches for "getsystemtimeasfiletim".

2008 Dec 18
5
EverQuest - worked once, but no more
...00000002 ret=005bc221 > 0009:Call KERNEL32.FlsGetValue(00000000) ret=005bc22f > 0009:Ret KERNEL32.FlsGetValue() retval=00bf0128 ret=005bc22f > 0009:Call KERNEL32.SetLastError(00000002) ret=005bc285 > 0009:Ret KERNEL32.SetLastError() retval=00000002 ret=005bc285 > 0009:Call KERNEL32.GetSystemTimeAsFileTime(0032e874) ret=005b855b > 0009:Ret KERNEL32.GetSystemTimeAsFileTime() retval=01c9612b ret=005b855b > 0009:Call KERNEL32.GetLastError() ret=005bc221 > 0009:Ret KERNEL32.GetLastError() retval=00000002 ret=005bc221 > 0009:Call KERNEL32.FlsGetValue(00000000) ret=005bc22f > 0009:Ret KE...
2008 Jul 17
2
Quantasm
...EL32.SetFilePointer(00000010,00000024,00000000,00000000) ret=00648379 0009:Ret KERNEL32.SetFilePointer() retval=00000024 ret=00648379 0009:Call KERNEL32.ReadFile(00000010,00a65fc0,00000201,00a5fb88,00000000) ret=00648393 0009:Ret KERNEL32.ReadFile() retval=00000001 ret=00648393 0009:Call KERNEL32.GetSystemTimeAsFileTime(00657ad8) ret=006486b2 0009:Ret KERNEL32.GetSystemTimeAsFileTime() retval=01c8e71c ret=006486b2 0009:Ret msvcrt.fread() retval=00000201 ret=00558c4f 0009:Call msvcrt.fread(001666f9,00000001,000001ff,001664a8) ret=00558c4f 0009:Ret msvcrt.fread() retval=00000000 ret=00558c4f 0009:Call msvcrt.fre...
2007 May 23
5
debugging an app
I'm trying to debug a program that page faults on me, and I'm actually quite keen to have a go at fixing it myself. Unfortunately, I seem to have fallen at the first hurdle: I can't make good use of the debug messages. Background: The program I am attempting to run is TrackLogs ( http://www.tracklogs.co.uk ). Installation went fine and on first run I got the licence key dialogue,
2019 May 24
0
Wine release 4.9
...ecise(). ntdll: Use CLOCK_REALTIME_COARSE for NtQuerySystemTime() if it has sufficient resolution. kernel32: Replace macros with inline helpers. kernel32: Simplify TIME_CompTimeZoneID() by passing time as LONGLONG. kernel32: Simplify is_not_current(). kernel32: Forward GetSystemTimeAsFileTime() to NtQuerySystemTime(). ntdll: Mark monotonic_counter() as inline. ntdll: Extend NtGetTickCount() to return 64-bits. Forward kernel32 functions to it. explorer: Set the default driver to mac,x11 in all cases. Isira Seneviratne (1): po: Update Sinhala translation. Jacek...
2007 Oct 26
0
Wine release 0.9.48
...teStore. crypt32: Implement I_CertUpdateStore. crypt32: Use I_CertUpdateStore in file stores. crypt32: Pass reg store's key and memory store to CRYPT_RegReadFromReg, rather than passing a private type. crypt32: Use I_CertUpdateStore in registry stores. crypt32: Use GetSystemTimeAsFileTime rather than GetSystemTime/SystemTimeToFileTime. crypt32: Don't keep a pointer to the lower quality chains when choosing a higher quality one, otherwise they'll get double-freed. crypt32: Set lower quality chain count and pointer to 0 when freeing them. crypt32: Make sure...