IsValidURL(3w)
NAME
IsValidURL (URLMON.@)
SYNOPSIS
HRESULT IsValidURL ( LPBC pBC, LPCWSTR szURL, DWORD dwReserved )
DESCRIPTION
Determines if a specified string is a valid URL.
PARAMS
pBC [In] ignored, must be NULL.
szURL [In] string that represents the Url in question.
dwReserved [In] reserved and must be zero.
RETURNS
Success: S_OK.
Failure: S_FALSE. returns E_INVALIDARG if one or more of the args is
invalid.
TODO: test functionality against Windows(tm) to see what a valid Url
is.
IMPLEMENTATION
Defined in "urlmon.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/urlmon/urlmon_main.c".
- Debug channel "urlmon".