Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32cmn.h>

Class THandleInfo

class THandleInfo;

Description

Information about a kernel object.

This type of object is passed to RHandleBase::HandleInfo(THandleInfo *). 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.

Members

Defined in THandleInfo:


Member data


iNumOpenInProcess

TInt iNumOpenInProcess;

Description

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


iNumOpenInThread

TInt iNumOpenInThread;

Description

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


iNumProcesses

TInt iNumProcesses;

Description

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


iNumThreads

TInt iNumThreads;

Description

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