Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Class TProcessId

TProcessId

Support

Supported from 5.0

Description

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==()

See also:


Comparison operators


operator==()

TInt operator==(TProcessId aId);

Description

Tests whether this process Id is equal to the specified process Id.

Parameters

TProcessId aId

The process Id to be compared with this process Id.

Return value

TInt

True, if the process Ids are equal; false otherwise.


operator!=()

TInt operator!=(TProcessId aId);

Description

Tests whether this process Id is unequal to the specified process Id.

Parameters

TProcessId aId

The process Id to be compared with this process Id.

Return value

TInt

True, if the process Ids are unequal; false otherwise.