MPhCntStoreLoaderObserver Class Reference

class MPhCntStoreLoaderObserver

Observer interface for contact data store loading process.

phonecntfinder.lib
Since
S60 v9.1

Member Functions Documentation

ContactStoreLoadingCompleted(MVPbkContactStore *, TInt)

void ContactStoreLoadingCompleted ( MVPbkContactStore * aStore,
TInt aErrorCode
) [pure virtual]

Callback to indicate that contact data store loading process is completed.

Parameters

MVPbkContactStore * aStore The contact store which was loaded or NULL if error occured. Ownership is not transferred.
TInt aErrorCode System wide error code if error occured.