memspy/MemSpyClient/inc/memspyapiprocess.h
changeset 22 a009639409f5
parent 17 67c6ff54ec25
child 34 7259cf1302ad
equal deleted inserted replaced
17:67c6ff54ec25 22:a009639409f5
    43 	
    43 	
    44 	IMPORT_C TExitType ExitType() const;
    44 	IMPORT_C TExitType ExitType() const;
    45 	
    45 	
    46 	IMPORT_C TInt ThreadCount() const;
    46 	IMPORT_C TInt ThreadCount() const;
    47 	
    47 	
       
    48 	IMPORT_C TUint32 SID() const;
       
    49 	
       
    50 	IMPORT_C TUint32 VID() const;
       
    51 	
       
    52 	IMPORT_C TProcessPriority Priority() const;
       
    53 	
       
    54 	
    48 private:
    55 private:
    49 	CMemSpyApiProcess();
    56 	CMemSpyApiProcess();
    50 	
    57 	
    51 	void ConstructL(const TMemSpyProcessData& aData);
    58 	void ConstructL(const TMemSpyProcessData& aData);
    52 		
    59