[DDK] Correct PERF_CONFIGURATION_DATA definition.

This commit is contained in:
Hermès Bélusca-Maïto 2023-06-03 22:50:59 +02:00
parent 8d242c6229
commit 2e305b251b
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -2117,7 +2117,8 @@ typedef struct _PERF_CONFIGURATION_DATA
ULONG Size;
ULONG Flags;
ULONG ConcurrentChannels;
ULONG FirstRedirectionMessageNumber, LastRedirectionMessageNumber;
ULONG FirstRedirectionMessageNumber;
ULONG LastRedirectionMessageNumber;
ULONG DeviceNode;
ULONG Reserved;
PGROUP_AFFINITY MessageTargets;