mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[PSDK]
add missing members to DISK_PERFORMANCE struct svn path=/trunk/; revision=66439
This commit is contained in:
@@ -367,9 +367,14 @@ typedef struct _DISK_PERFORMANCE {
|
||||
LARGE_INTEGER BytesWritten;
|
||||
LARGE_INTEGER ReadTime;
|
||||
LARGE_INTEGER WriteTime;
|
||||
LARGE_INTEGER IdleTime;
|
||||
DWORD ReadCount;
|
||||
DWORD WriteCount;
|
||||
DWORD QueueDepth;
|
||||
DWORD SplitCount;
|
||||
LARGE_INTEGER QueryTime;
|
||||
DWORD StorageDeviceNumber;
|
||||
WCHAR StorageManagerName[8];
|
||||
} DISK_PERFORMANCE, *PDISK_PERFORMANCE;
|
||||
typedef struct _DISK_RECORD {
|
||||
LARGE_INTEGER ByteOffset;
|
||||
|
||||
Reference in New Issue
Block a user