Location:
e32cmn.h
class THandleInfo;
Information about a kernel object.
This type of 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 the current process.
TInt iNumOpenInThread;
The number of times that the kernel object is open in the current thread.
TInt iNumThreads;
The number of threads which have a handle on the kernel object.