TProcessId Class Reference

class TProcessId : public TObjectId

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.

RProcess

Inherits from

Constructor & Destructor Documentation

TProcessId()

TProcessId ( ) [inline]

Default constructor.

TProcessId(TUint64)

TProcessId ( TUint64 anId ) [inline]

Constructor taking an unsigned integer value.

Parameters

TUint64 anId The value of the process id.