 |
IsValidURL ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Determines if a specified string is a valid URL. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HRESULT IsValidURL(
LPBC pBC,
LPCWSTR szURL,
DWORD dwReserved
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER IsValidURL IN urlmon;
INTEGER pBC,;
STRING szURL,;
INTEGER dwReserved
|
 |
 |
 |
| Parameters: |
 |
pBC
[in] Pointer to the IBindCtx interface. This parameter is currently ignored. It should be set to NULL.
szURL
[in] Pointer to a string value that contains the full URL to be checked.
dwReserved
[in] Reserved. Must be set to 0. |
 |
 |
| Return value: |
 |
Returns one of the following values:
S_OK = 0
S_FALSE = 1
E_INVALIDARG = 0x80070057 |
 |
 |
| Word Index links for the IsValidURL : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-11-14 19:25:23 | | Modified: | 2001-11-26 16:03:59 | Visited in last 7 days: 27 |