memspy/memspy_plat/memspy_api/include/memspy/engine/ThreadAndProcess/MemSpyEngineObjectProcess.h
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
    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     IMPORT_C TProcessPriority Priority() const;
    68 
    69     IMPORT_C TExitCategoryName ExitCategory() const;
       
    70     IMPORT_C TInt ExitReason() const;
       
    71     IMPORT_C TExitType ExitType() const;
       
    72     
       
    73 public: // API - misc
    69 public: // API - misc
    74     IMPORT_C void KillL();
    70     IMPORT_C void KillL();
    75     IMPORT_C void TerminateL();
    71     IMPORT_C void TerminateL();
    76     IMPORT_C void PanicL();
    72     IMPORT_C void PanicL();
    77 
    73