TThreadId Class Reference

#include <e32std.h>

class TThreadId : public TObjectId

Inherits from

Detailed Description

Encapsulates the Id of a thread.

An object of this type is not explicitly constructed in open code, but is returned by the Id() member function of a thread handle, an RThread type.

See also: RThread

Constructor & Destructor Documentation

TThreadId ( )

TThreadId()[inline]

Default constructor.

TThreadId ( TUint64 )

TThreadId(TUint64anId)[inline]

Constructor taking an unsigned integer value.

Parameters
anIdThe value of the thread id.