#include <mw/ineturilist.h>
class MQueryResultsCallback |
Public Member Functions | |
---|---|
pure virtual TBool | OnQueryResultsL(RInetUri) |
This class defines the interface that can be implemented by an application to receive the query results.
The callback function that will be called when there is at least one query result.
Parameter | Description |
---|---|
aUri | The Inet URI object. Ownership will be passed. The application should close the object handle. |
Returns: ETrue - More query results, if any, should follow. EFalse - No more query result is required and querying will be stopped.