THandleInfo Class Reference

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.

Member Data Documentation

TInt iNumOpenInProcess

TInt iNumOpenInProcess

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

TInt iNumOpenInThread

TInt iNumOpenInThread

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

TInt iNumProcesses

TInt iNumProcesses

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

TInt iNumThreads

TInt iNumThreads

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