MSearchKeysEvent Class Reference

class MSearchKeysEvent : public MXIMPBase

Event interface for search content.

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

Inherits from

Constructor & Destructor Documentation

~MSearchKeysEvent()

~MSearchKeysEvent()[protected, inline, virtual]

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

Member Functions Documentation

InfoCount()

TInt InfoCount()const [pure virtual]

returns the count of the search key info count.

SearchKeyInfo(TInt)

const MSearchKeyInfo &SearchKeyInfo(TIntaIndex)const [pure virtual]

Gets the search key info object by index.

Parameters

TInt aIndexThe index of the array.