TProcessId Class Reference

#include <e32std.h>

class TProcessId : public TObjectId

Inherits from

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

See also: RProcess

Constructor & Destructor Documentation

TProcessId ( )

TProcessId()[inline]

Default constructor.

TProcessId ( TUint64 )

TProcessId(TUint64anId)[inline]

Constructor taking an unsigned integer value.

Parameters
anIdThe value of the process id.