Ignore:
Timestamp:
Dec 8, 2014, 3:25:53 AM (11 years ago)
Author:
pr
Message:

Add prc32KillProcessTree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/procstat.h

    r206 r420  
    1313
    1414/*
    15  *      This file Copyright (C) 1992-99 Ulrich M”ller,
    16  *                                      Kai Uwe Rommel.
     15 *      This file Copyright (C) 1992-2014 Ulrich M”ller,
     16 *                                        Kai Uwe Rommel.
    1717 *      This file is part of the "XWorkplace helpers" source package.
    1818 *      This is free software; you can redistribute it and/or modify
     
    234234
    235235    // #pragma pack(1)
    236     #pragma pack(4)         // V0.9.10 (2001-04-08) [umoeller]
    237236
    238237    #define QS32_PROCESS      0x0001
     
    276275    {
    277276        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?
    279279        ULONG   ulModuleCount;  // module count
    280280    } QGLOBAL32, *PQGLOBAL32;
     
    806806     ********************************************************************/
    807807
     808    PQTOPLEVEL32 prc32GetInfo2(ULONG fl,
     809                               APIRET *parc);
     810
    808811    PQTOPLEVEL32 prc32GetInfo(APIRET *parc);
    809812
     
    830833    PQFILEDATA32 prc32FindFileData(PQTOPLEVEL32 pInfo,
    831834                                   USHORT usFileID);
     835
     836    void prc32KillProcessTree(ULONG pid);
     837
     838    void prc32KillProcessTree2(PQPROCESS32 pProcThis, ULONG pid);
    832839
    833840#endif
Note: See TracChangeset for help on using the changeset viewer.