[Bug 19960] NtQuerySystemInformation( SystemProcessorPerformanceInformation returns stale and incorrect values

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 6 14:53:07 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19960





--- Comment #1 from red-ray <ray at pobox.co.uk>  2009-09-06 14:53:07 ---
The correct structure definition is:

typedef struct _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
{
            LARGE_INTEGER   IdleTime;
            LARGE_INTEGER   KernelTime;
            LARGE_INTEGER   UserTime;
            LARGE_INTEGER   DpcTime;
            LARGE_INTEGER   IntTime;
            ULONG           IntCount;
} SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list