mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Removed duplicate definition of IO_COUNTERS structure
svn path=/trunk/; revision=2541
This commit is contained in:
parent
e5d54247ac
commit
905afd86d0
1 changed files with 0 additions and 11 deletions
|
@ -39,17 +39,6 @@ typedef struct _UNICODE_STRING {
|
||||||
PWSTR Buffer;
|
PWSTR Buffer;
|
||||||
} UNICODE_STRING, *PUNICODE_STRING;
|
} 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
|
typedef struct _PERFDATA
|
||||||
{
|
{
|
||||||
WCHAR ImageName[MAX_PATH];
|
WCHAR ImageName[MAX_PATH];
|
||||||
|
|
Loading…
Reference in a new issue