Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Class THandleInfo

THandleInfo

Support

Supported from 5.0

Description

Information about a Kernel object.

A THandleInfo 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


Public data members


iNumOpenInProcess

TInt iNumOpenInProcess

Description

The number of times that the Kernel object is open in this process.


iNumOpenInThread

TInt iNumOpenInThread

Description

The number of times that the Kernel object is open in this 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.