MSearchEvent Class Reference

class MSearchEvent : public MXIMPBase

Event interface for search content.

This interface is implemented by the Search Feature Plugin This event notifies clients when Search result is received from protocol.

Inherits from

Constructor & Destructor Documentation

~MSearchEvent()

~MSearchEvent()[protected, inline, virtual]

Protected destructor. Object instancies can't be deleted via this interface.

Member Functions Documentation

SearchId()

const MXIMPIdentity &SearchId()const [pure virtual]

returns the serachid

SearchResult(TInt)

const MSearchInfo &SearchResult(TIntaIndex)const [pure virtual]

Gets the searched result by index.

Parameters

TInt aIndexThe index of the search.

SearchResultCount()

TInt SearchResultCount()const [pure virtual]

returns the count of the searched results.