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 ( TInt aIndex ) const [pure virtual]

Gets the searched result by index.

Parameters

TInt aIndex The index of the search.

SearchResultCount()

TInt SearchResultCount ( ) const [pure virtual]

returns the count of the searched results.