TFindHandle Class Reference

#include <e32cmn.h>

Link against: eposprvtyp.lib

class TFindHandle
Public Member Functions
TFindHandle()
TInt Handle()
Protected Member Functions
voidReset()

Constructor & Destructor Documentation

TFindHandle ( )

TFindHandle()[inline]

Member Function Documentation

Handle ( )

TInt Handle()const [inline]

Gets the find-handle number associated with the Kernel object.

The find-handle number identifies the kernel object with respect to its container.

Note that setting the find-handle number into a TFindHandle object is not implemented by this class; it is implemented by derived classes, typically by their Next() member functions. The class TFindSemaphore is a good example.

Returns: The find-handle number.

Reset ( )

voidReset()[protected, inline]

Resets the find handle to its initial state.