Determines if a specified string is a valid URL.
HRESULT IsValidURL(
IBindContext pBC, |
// Bind context |
LPCWSTR szURL |
// URL whose validity is to be checked |
….DWORD dwReserved |
// Reserved for future use |
); |
Parameters
Return Values
Remarks
Relative URLs are not considered “valid” by this function.