Uniform Resource Locator (URL) FunctionsUniform Resource Locator (URL) Functions*
*Contents  *Index  *Topic Contents
*Previous Topic: InternetSetDialState
*Next Topic: InternetCanonicalizeUrl

Uniform Resource Locator (URL) Functions

The URL functions deal with URL manipulation and access. These functions operate in a task-oriented manner. The content and format of the URL that is being used by the function is not verified. Usage of these functions should be tracked by the calling application to ensure that the data is in the format intended. For example, InternetCanonicalizeUrl would convert the unsafe character "%" into the escape sequence "%25" when using no flags. If InternetCanonicalizeUrl is used on the canonicalized URL, the escape sequence "%25" would be converted into the escape sequence "%2525", which would not work properly.
InternetCanonicalizeUrl
InternetCombineUrl
InternetCrackUrl
InternetCreateUrl
InternetOpenUrl


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.