Link against: BrowserEngine.lib
None
NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.
#include <BrCtlInterface.h>
It does this by providing a means for the Browser Control to cancel the load operation if an error occurs. For example, if the Browser Control runs out of memory during the load operation, it can cancel that operation by means of this interface.
Usage:
#include <BrCtlInterface.h>
@see S60 Platform: Browser Control API Developer's Guide Version 2.0
@lib BrowserEngine.lib
@since 2.8
@file BrCtlInterface.h
Public Member Functions | |
virtual void | CancelLoad ()=0 |
Cancel the load operation. |
|
Cancel the load operation.
|