Location:
cntdb.h
Link against: cntmodel.lib
CIdleFinder
Supported from 5.0
Gives information about the progress of an asynchronous contact database search, and can be used to get the results of the search.
An instance of this class is returned by calls to
CContactDatabase::FindAsyncL()
and
CContactDatabase::FindInTextDefAsyncL()
.
|
Defined in CIdleFinder
:
Error()
, IsComplete()
, TakeContactIds()
Inherited from CActive
:
Cancel()
,
Deque()
,
DoCancel()
,
EPriorityHigh
,
EPriorityIdle
,
EPriorityLow
,
EPriorityStandard
,
EPriorityUserInput
,
IsActive()
,
IsAdded()
,
Priority()
,
RunError()
,
RunL()
,
SetActive()
,
SetPriority()
,
TPriority
,
iStatus
Inherited from CBase
:
operator new()
Inherited from CIdle
:
New()
,
NewL()
,
Start()
TBool IsComplete() const;
Tests whether a search is complete. It should be used in an
implementation of the callback function
MIdleFindObserver::IdleFindCallback()
.
|
TInt Error() const;
Checks for errors when the search is complete.
|
CContactIdArray* TakeContactIds();
Gives access to and takes ownership of the array of contact items found in the search.
|