search for: systemprocessinformation

Displaying 6 results from an estimated 6 matches for "systemprocessinformation".

2020 Jul 17
0
Wine release 5.13
...ntdll: Add missing LC_NUMERIC locale setting to init_locale. Zebediah Figura (68): ntdll: Correct a comment referring to fd_cache_section. winegstreamer: deinterlace belongs to the "good" set, not the "base" set. kernel32/tests: Call NtQuerySystemInformation(SystemProcessInformation) until it returns STATUS_SUCCESS. ntdll: Reimplement NtQuerySystemInformation(SystemProcessInformation) using a single server call. iphlpapi: Reimplement get_pid_map() using the list_processes request. server: Remove no longer used snapshot requests. api-ms-win-core-systemto...
2008 May 18
2
A problem with GetProcessMemoryInfo?
I have made a simple program, but results from both windows and wine are quite different. Is this a bug in my program or in wine? Any advice is appreciated :) /* result under windows: { } [successed: 1085440]{ } result under wine(linux): { } [successed: 0]{ */ #include <windows.h> #include "psapi.h" #include <stdio.h> #include <stdlib.h> #pragma comment ( lib,
2013 Jun 28
0
Wine release 1.6-rc4
...ssembly not in fixed-width font in IDA Pro 6.2 demo 30897 Europa Universalis III demo crashes while 'Loading Map-Sprites...' without native d3dxof 31729 cl.exe: stack overflow with certain long command lines 31772 NtQuerySystemInformation doesn't fill ReturnLength properly with SystemProcessInformation 31812 Silverlight 4.x/5.x windows have repainting problems 31908 Garena Blackshot does login 32820 Offline rekening overzicht, orov doesn't work 33283 Configuration of WM_NAME is delayed for virtual desktop 33753 Titan Quest : Multiplayer not working 33865 Regression in a spec...
2020 Jul 03
0
Wine release 5.12
...d context.irp. ntoskrnl.exe: Set reserved to 0 in pnp WM_DEVICECHANGE broadcast. Liam Middlebrook (1): winevulkan: Update to VK spec version 1.2.145. Louis Lenders (1): where.exe: Add stub program. Michael M?ller (2): ntdll: Return thread times in NtQuerySystemInformation(SystemProcessInformation). ntdll: Return process times in NtQuerySystemInformation(SystemProcessInformation). Nikolay Sivov (36): dxva2: Add device manager stub. dxva2: Implement handle management for device manager. dxva2: Add IDirectXVideoProcessorService stub. mfplat: Add IMFVideoMediaType...
2012 Oct 26
0
Wine release 1.5.16
...Audition CS6 - Crash during UI paint at startup (again) ---------------------------------------------------------------- Changes since 1.5.15: Akihiro Sagawa (3): cmd: Properly handle multibyte characters in batch files. ntdll: Add ReturnLength test for NtQuerySystemInformation with SystemProcessInformation. ntdll: Calculate SystemProcessInformation's ReturnLength and return it. Alexandre Julliard (36): user32: Flush window surfaces in all functions that are used to poll for input. winex11: Remove the no longer needed GetAsyncKeyState entry point. gdi32: Always return the...
2009 Sep 25
0
Wine release 1.1.30
...WM_STYLECHANGED. Eric Pouech (7): ntdll: In SYSTEM_BASIC_INFORMATION, the active processors field refers to the affinity mask. kernel32: Store the process features flag in the KUSER_SHARED_DATA structure. ntdll: Reuse kernel32's cpu info to implement NtQuerySystemInformation(SystemProcessInformation). ntdll: Implement basic support for processor power information. ntdll: Moved CPU related registry key creation from kernel32 to ntdll. kernel32: Rewrite GetSystemInfo() purely on ntdll calls. winhelp: Added support for hotspot links in graphical objects. Erich Hoover (1):...