mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[PSDK]
add missing members to DISK_PERFORMANCE struct svn path=/trunk/; revision=66439
This commit is contained in:
parent
9f260fcfef
commit
3d2fd7db25
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue