Location:
e32std.h
Link against:
TProcessId
Supported from 5.0
Encapsulates the Id of a process.
An object of this type is not explicitly constructed in open code
but is returned by the Id() member function of a process handle,
an RProcess.
The class also supplies two comparison operators, ==
and != to compare pairs of thread Ids.
Defined in TProcessId:
operator!=(), operator==()
TInt operator==(TProcessId aId);
Tests whether this process Id is equal to the specified process Id.
|
|
TInt operator!=(TProcessId aId);
Tests whether this process Id is unequal to the specified process Id.
|
|