mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +00:00
[DDK] Correct PERF_CONFIGURATION_DATA definition.
This commit is contained in:
parent
8d242c6229
commit
2e305b251b
1 changed files with 2 additions and 1 deletions
|
@ -2117,7 +2117,8 @@ typedef struct _PERF_CONFIGURATION_DATA
|
||||||
ULONG Size;
|
ULONG Size;
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
ULONG ConcurrentChannels;
|
ULONG ConcurrentChannels;
|
||||||
ULONG FirstRedirectionMessageNumber, LastRedirectionMessageNumber;
|
ULONG FirstRedirectionMessageNumber;
|
||||||
|
ULONG LastRedirectionMessageNumber;
|
||||||
ULONG DeviceNode;
|
ULONG DeviceNode;
|
||||||
ULONG Reserved;
|
ULONG Reserved;
|
||||||
PGROUP_AFFINITY MessageTargets;
|
PGROUP_AFFINITY MessageTargets;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue