IsValidURL (URLMON.@)
HRESULT IsValidURL ( LPBC pBC, LPCWSTR szURL, DWORD dwReserved )
Determines if a specified string is a valid URL.
pBC | [In] | ignored, should be NULL. |
szURL | [In] | string that represents the Url in question. |
dwReserved | [In] | reserved and must be zero. |
Success: S_OK.
Failure: S_FALSE. returns E_INVALIDARG if one or more of the args is invalid.
TODO: test functionality against Windows® to see what a valid Url is.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/urlmon/urlmon_main.c". gitlab.winehq.org/wine/wine/blob/master/dlls/urlmon/urlmon_main.c
Debug channel "urlmon".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.