search for: flsgetvalu

Displaying 3 results from an estimated 3 matches for "flsgetvalu".

Did you mean: flsgetvalue
2008 Dec 18
5
EverQuest - worked once, but no more
...etFullPathNameA(0032fce4 "p.dat",00000104,0032f630,0032f5fc) ret=005c3afc > 0009:Ret KERNEL32.GetFullPathNameA() retval=00000025 ret=005c3afc > 0009:Call KERNEL32.GetLastError() ret=005bc221 > 0009:Ret KERNEL32.GetLastError() retval=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.GetLastError() ret=005bc221 > 0009:Ret KERNEL32.GetL...
2017 Nov 24
0
Wine release 2.22
...ose() behaviour on "no console" file descriptors. msvcrt: Fix read() behaviour on "no console" file descriptors. msvcrt: Fix write() behaviour on "no console" file descriptors. Rafał Harabień (3): kernel32/tests: Check last error after successful Tls/FlsGetValue calls. riched20: Protect against pasting multi-line text in single-line control. winex11.drv: Preserve last error in x11drv_thread_data(). Sebastian Lackner (1): ntdll: Avoid crash when trying to access page prot of address beyond address space limit. Stanislav Motylkov (1):...
2020 Oct 09
0
Wine release 5.19
...kernel32/tests: Fix fiber test errors on newer Win10. kernelbase: Move FlsAlloc() implementation to ntdll.RtlFlsAlloc(). kernelbase: Move FlsFree() implementation to ntdll.RtlFlsFree(). kernelbase: Move FlsSetValue() implementation to ntdll.RtlFlsSetValue(). kernelbase: Move FlsGetValue() implementation to ntdll.RtlFlsGetValue(). server: Check reply size when copying key full name. server: Remove leftover dump in key_get_full_name(). ntdll: Introduce RtlProcessFlsData() and use it for FLS data destruction. ntdll: Reimplement FLS data management on top of u...