Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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 TObjectId::Id()const member function of a process handle, an RProcess type.

Derivation

Members

Defined in TProcessId:

Inherited from TObjectId:

See also:


Construction and destruction


TProcessId()

inline TProcessId();

Description

Default constructor.


TProcessId(TUint64)

inline TProcessId(TUint64 anId);

Description

Constructor taking an unsigned integer value.

Parameters

TUint64 anId

The value of the process id.