Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32std.h

Class TProcessId

class TProcessId : public TObjectId;

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 type.

Derivation

Members

Defined in TProcessId:
TProcessId(), TProcessId()

Inherited from TObjectId:
Id(), operator TUint(), operator!=(), operator==()

See also:


Construction and destruction


TProcessId()

inline TProcessId();

Description

Default constructor.


TProcessId()

inline TProcessId(TUint64 anId);

Description

Constructor taking an unsigned integer value.

Parameters

TUint64 anId

The value of the process id.