memspy/MemSpyClient/src/memspyapiprocess.cpp
changeset 22 a009639409f5
parent 17 67c6ff54ec25
child 34 7259cf1302ad
equal deleted inserted replaced
17:67c6ff54ec25 22:a009639409f5
    55 EXPORT_C TInt CMemSpyApiProcess::ThreadCount() const
    55 EXPORT_C TInt CMemSpyApiProcess::ThreadCount() const
    56 	{
    56 	{
    57 	return iProcessData->iThreadCount;
    57 	return iProcessData->iThreadCount;
    58 	}
    58 	}
    59 
    59 
       
    60 EXPORT_C TUint32 CMemSpyApiProcess::SID() const
       
    61 	{
       
    62 	return iProcessData->iSID;
       
    63 	}
       
    64 
       
    65 EXPORT_C TUint32 CMemSpyApiProcess::VID() const
       
    66 	{
       
    67 	return iProcessData->iSID;
       
    68 	}
       
    69 
       
    70 EXPORT_C TProcessPriority CMemSpyApiProcess::Priority() const
       
    71 	{
       
    72 	return iProcessData->iPriority;
       
    73 	}
    60 
    74 
    61 CMemSpyApiProcess::CMemSpyApiProcess() : iProcessData(0)
    75 CMemSpyApiProcess::CMemSpyApiProcess() : iProcessData(0)
    62 	{
    76 	{
    63 	}
    77 	}
    64 
    78