add missing members to DISK_PERFORMANCE struct

svn path=/trunk/; revision=66439
This commit is contained in:
Christoph von Wittich 2015-02-24 11:04:02 +00:00
parent 9f260fcfef
commit 3d2fd7db25

View file

@ -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;