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
);
Relative URLs are not considered "valid" by this function.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.