THandleInfo Class Reference

#include <e32cmn.h>

class THandleInfo

Detailed Description

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.

Member Attribute Documentation

iNumOpenInProcess

TInt iNumOpenInProcess

The number of times that the kernel object is open in the current process.

iNumOpenInThread

TInt iNumOpenInThread

The number of times that the kernel object is open in the current thread.

iNumProcesses

TInt iNumProcesses

The number of processes which have a handle on the kernel object.

iNumThreads

TInt iNumThreads

The number of threads which have a handle on the kernel object.