fix typos.
[reactos.git] / rosapps / sysutils / ctm / ctm.h
index ec1bf31..48abd4b 100644 (file)
@@ -3,15 +3,15 @@
    ctm.h - header file for main program
 
    Written by: Aleksey Bragin (aleksey@studiocerebral.com)
-   
+
    Most of this file content is taken from
    ReactOS Task Manager written by Brian Palmer (brianp@reactos.org)
-   
+
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -33,7 +33,7 @@ typedef struct _PERFDATA
        WCHAR                           UserName[MAX_PATH];
        ULONG                           SessionId;
        ULONG                           CPUUsage;
-       TIME                            CPUTime;
+       LARGE_INTEGER           CPUTime;
        ULONG                           WorkingSetSizeBytes;
        ULONG                           PeakWorkingSetSizeBytes;
        ULONG                           WorkingSetSizeDelta;
@@ -49,9 +49,9 @@ typedef struct _PERFDATA
        ULONG                           GDIObjectCount;
        //IO_COUNTERS                   IOCounters;
 
-       TIME                            UserTime;
-       TIME                            KernelTime;
-       LARGE_INTEGER                   CreateTime;
+       LARGE_INTEGER           UserTime;
+       LARGE_INTEGER           KernelTime;
+       LARGE_INTEGER           CreateTime;
 } PERFDATA, *PPERFDATA;
 
 #define SystemTimeInformation                  3