MQueryResultsCallback Class Reference

#include <mw/ineturilist.h>

class MQueryResultsCallback
Public Member Functions
pure virtual TBool OnQueryResultsL(RInetUri)

Detailed Description

This class defines the interface that can be implemented by an application to receive the query results.

Member Function Documentation

OnQueryResultsL ( RInetUri )

TBool OnQueryResultsL(RInetUriaUri)[pure virtual]

The callback function that will be called when there is at least one query result.

Parameters
aUriThe Inet URI object. Ownership will be passed. The application should close the object handle.
Return Value
ETrue - More query results, if any, should follow. EFalse - No more query result is required and querying will be stopped.