Location:
e32std.h
Link against:
THandleInfo
Supported from 5.0
Information about a Kernel object.
A THandleInfo
object is passed to
RHandleBase::HandleInfo()
. The function fetches information on the
usage of the Kernel object associated with that handle and stores the
information in the THandleInfo
object.
The class contains four data members and no explicitly defined function members.
Defined in THandleInfo
:
iNumOpenInProcess
, iNumOpenInThread
, iNumProcesses
, iNumThreads
TInt iNumOpenInProcess
The number of times that the Kernel object is open in this process.
TInt iNumThreads
The number of threads which have a handle on the Kernel object.