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:
parent
40f0119739
commit
3adee2ce3a
|
@ -2469,7 +2469,12 @@ typedef struct _SYSTEM_CACHE_INFORMATION {
|
||||||
/* System Information Class 0x17 */
|
/* System Information Class 0x17 */
|
||||||
|
|
||||||
typedef struct _SYSTEM_INTERRUPT_INFORMATION {
|
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;
|
} SYSTEM_INTERRUPT_INFORMATION, *PSYSTEM_INTERRUPT_INFORMATION;
|
||||||
|
|
||||||
typedef struct _SYSTEM_CONFIGURATION_INFO {
|
typedef struct _SYSTEM_CONFIGURATION_INFO {
|
||||||
|
|
Loading…
Reference in New Issue