MPhCntStoreLoaderObserver Class Reference

class MPhCntStoreLoaderObserver

Observer interface for contact data store loading process.

phonecntfinder.lib
Since
S60 v9.1
Public Member Functions
voidContactStoreLoadingCompleted(MVPbkContactStore *, TInt)

Member Functions Documentation

ContactStoreLoadingCompleted(MVPbkContactStore *, TInt)

voidContactStoreLoadingCompleted(MVPbkContactStore *aStore,
TIntaErrorCode
)[pure virtual]

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

Parameters

MVPbkContactStore * aStoreThe contact store which was loaded or NULL if error occured. Ownership is not transferred.
TInt aErrorCodeSystem wide error code if error occured.