Removed duplicate definition of IO_COUNTERS structure

svn path=/trunk/; revision=2541
This commit is contained in:
Phillip Susi 2002-01-21 22:35:30 +00:00
parent e5d54247ac
commit 905afd86d0

View file

@ -39,17 +39,6 @@ typedef struct _UNICODE_STRING {
PWSTR Buffer;
} UNICODE_STRING, *PUNICODE_STRING;
typedef struct _IO_COUNTERS {
ULONGLONG ReadOperationCount;
ULONGLONG WriteOperationCount;
ULONGLONG OtherOperationCount;
ULONGLONG ReadTransferCount;
ULONGLONG WriteTransferCount;
ULONGLONG OtherTransferCount;
} IO_COUNTERS;
typedef IO_COUNTERS *PIO_COUNTERS;
typedef struct _PERFDATA
{
WCHAR ImageName[MAX_PATH];