ParseUrl
InstallShield 2024 » InstallScript Language Reference
The ParseUrl function retrieves the parts of the specified URL. The function works with any valid URL.
Syntax
ParseUrl ( szUrl, pISUrlComponents );
Parameters
|
Parameter |
Description |
|
szUrl |
Specifies the URL to parse. |
|
pISUrlComponents |
Returns a pointer to an ISURL_COMPONENTS data structure that contains the parts of the specified URL. |
Return Values
|
Return Value |
Description |
|
0 |
Indicates that the function successfully parsed the path string. |
|
< 0 |
Indicates that the function was unable to parse the path string. |
See Also