#include <e32cmn.h>
class THandleInfo |
Public Attributes | |
---|---|
TInt | iNumOpenInProcess |
TInt | iNumOpenInThread |
TInt | iNumProcesses |
TInt | iNumThreads |
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.
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.