memspy/memspy_plat/memspy_api/include/memspy/engine/ThreadAndProcess/MemSpyEngineObjectProcess.h
branchRCL_3
changeset 49 7fdc9a71d314
parent 44 52e343bb8f80
child 59 8ad140f3dd41
equal deleted inserted replaced
46:e26895079d7c 49:7fdc9a71d314
    63     IMPORT_C TBool IsSystemPermanent() const;
    63     IMPORT_C TBool IsSystemPermanent() const;
    64     IMPORT_C TBool IsSystemCritical() const;
    64     IMPORT_C TBool IsSystemCritical() const;
    65     IMPORT_C TBool IsDead() const;
    65     IMPORT_C TBool IsDead() const;
    66     IMPORT_C TUint32 SID() const;
    66     IMPORT_C TUint32 SID() const;
    67     IMPORT_C TUint32 VID() const;
    67     IMPORT_C TUint32 VID() const;
    68 
    68     IMPORT_C TProcessPriority Priority() const;
       
    69     IMPORT_C TExitCategoryName ExitCategory() const;
       
    70     IMPORT_C TInt ExitReason() const;
       
    71     IMPORT_C TExitType ExitType() const;
       
    72     
    69 public: // API - misc
    73 public: // API - misc
    70     IMPORT_C void KillL();
    74     IMPORT_C void KillL();
    71     IMPORT_C void TerminateL();
    75     IMPORT_C void TerminateL();
    72     IMPORT_C void PanicL();
    76     IMPORT_C void PanicL();
    73 
    77