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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.