|
Cancels a previously issued asynchronous request.
The TRequestStatus of the original request will be set to KErrCancel if the cancellation request was successful, or any other Symbian OS error code if CancelRequest was called too late. - Parameters:
-
| aRequestId | is a number that specifies the request to be cancelled. It should be set to
|
- Returns:
- KErrNotFound if there is no outstanding request for the specified request ID.
- Panic:
- "Lbs Client Fault" 6 If no connection has been established with Location Server ( by calling RPositionServer::Connect() ).
|