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(TUint64anId)[inline]

Constructor taking an unsigned integer value.

Parameters

TUint64 anIdThe value of the process id.