http://bugs.winehq.com/show_bug.cgi?id=795
Summary: Implement NtQuerySystemInformation Product: Wine Version: CVS Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.com ReportedBy: Steven_Ed4153@yahoo.com
PSAPI under NT/2K calls the NtQuerySystemInformation() function exported from ntdll.
Wine's psapi.dll does not follow the same design and uses the toolhelp apis from kernel32 with a direct wineserver call to enumerate process information. This is unportable and should be fixed by first implementing NtQuerySystemInformation() and exporting it from ntdll.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=795. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.