#include <app/cntdb.h>
Link against: cntmodel.lib
class CIdleFinder : public CIdle, public CIdle |
Public Member Functions | |
---|---|
~CIdleFinder() | |
IMPORT_C TInt | Error() |
IMPORT_C TBool | IsComplete() |
virtual TInt | RunError(TInt) |
IMPORT_C CContactIdArray * | TakeContactIds() |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CIdle::iCallBack |
Inherited Enumerations | |
---|---|
CActive:TPriority |
Provides 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().
IMPORT_C TInt | Error | ( | ) | const |
Get the last asynchronous find error.
IMPORT_C TBool | IsComplete | ( | ) | const |
Determine if the asynchronous find is complete.
Reimplemented from CActive::RunError(TInt)
IMPORT_C CContactIdArray * | TakeContactIds | ( | ) |
Get and take ownership of the Contact IDs.