This tutorial describes the steps to validate an URI.
_LIT8( KUri,"http://web.intra/Dev/Sysdoc/devlib.htm" ); TUriParser8* parser; //validate the parsed URI TInt result = parser->Validate();
KErrNone, if the URI is shown as valid.
KUriUtilsErrInvalidUri, if the URI is shown as invalid.
KErrNotSupported, if the URI cannot be shown as valid.