* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.

This commit is contained in:
Christopher Faylor 2000-11-02 06:59:07 +00:00
parent 6d87f7d7c4
commit ed15374b49
2 changed files with 4 additions and 10 deletions

View File

@ -1,3 +1,7 @@
Thu Nov 2 01:58:03 2000 Christopher Faylor <cgf@cygnus.com>
* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.
Thu Nov 2 00:10:23 2000 Christopher Faylor <cgf@cygnus.com>
* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on

View File

@ -48,16 +48,6 @@ typedef struct _VM_COUNTERS
ULONG PeakPagefileUsage;
} VM_COUNTERS, *PVM_COUNTERS;
typedef struct _IO_COUNTERS
{
LARGE_INTEGER ReadOperationCount;
LARGE_INTEGER WriteOperationCount;
LARGE_INTEGER OtherOperationCount;
LARGE_INTEGER ReadTransferCount;
LARGE_INTEGER WriteTransferCount;
LARGE_INTEGER OtherTransferCount;
} IO_COUNTERS, *PIO_COUNTERS;
typedef struct _CLIENT_ID
{
HANDLE UniqueProcess;