Changeset 420 for branches/branch-1-0/include/helpers/procstat.h
- Timestamp:
- Dec 8, 2014, 3:25:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/include/helpers/procstat.h
r206 r420 13 13 14 14 /* 15 * This file Copyright (C) 1992- 99Ulrich Mller,16 * Kai Uwe Rommel.15 * This file Copyright (C) 1992-2014 Ulrich Mller, 16 * Kai Uwe Rommel. 17 17 * This file is part of the "XWorkplace helpers" source package. 18 18 * This is free software; you can redistribute it and/or modify … … 234 234 235 235 // #pragma pack(1) 236 #pragma pack(4) // V0.9.10 (2001-04-08) [umoeller]237 236 238 237 #define QS32_PROCESS 0x0001 … … 276 275 { 277 276 ULONG ulThreadCount; // thread count 278 ULONG ulProcCount; // process count 277 // ULONG ulProcCount; // process count wrong V1.0.1 (2003-01-10) [umoeller] 278 ULONG ulSem32Count; // count of 32-bit sems? 279 279 ULONG ulModuleCount; // module count 280 280 } QGLOBAL32, *PQGLOBAL32; … … 806 806 ********************************************************************/ 807 807 808 PQTOPLEVEL32 prc32GetInfo2(ULONG fl, 809 APIRET *parc); 810 808 811 PQTOPLEVEL32 prc32GetInfo(APIRET *parc); 809 812 … … 830 833 PQFILEDATA32 prc32FindFileData(PQTOPLEVEL32 pInfo, 831 834 USHORT usFileID); 835 836 void prc32KillProcessTree(ULONG pid); 837 838 void prc32KillProcessTree2(PQPROCESS32 pProcThis, ULONG pid); 832 839 833 840 #endif
Note:
See TracChangeset
for help on using the changeset viewer.