include: Use known variables names in SYSTEM_INTERRUPT_INFORMATION.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alistair Leslie-Hughes 2021-10-14 19:45:57 +11:00 committed by Alexandre Julliard
parent 40f0119739
commit 3adee2ce3a
1 changed files with 6 additions and 1 deletions

View File

@ -2469,7 +2469,12 @@ typedef struct _SYSTEM_CACHE_INFORMATION {
/* System Information Class 0x17 */
typedef struct _SYSTEM_INTERRUPT_INFORMATION {
BYTE Reserved1[24];
ULONG ContextSwitches;
ULONG DpcCount;
ULONG DpcRate;
ULONG TimeIncrement;
ULONG DpcBypassCount;
ULONG ApcBypassCount;
} SYSTEM_INTERRUPT_INFORMATION, *PSYSTEM_INTERRUPT_INFORMATION;
typedef struct _SYSTEM_CONFIGURATION_INFO {