UrlFixupW(3w)
NAME
UrlFixupW (SHLWAPI.462)
SYNOPSIS
HRESULT UrlFixupW ( LPCWSTR url, LPWSTR translatedUrl, DWORD maxChars )
DESCRIPTION
Checks the scheme part of a Url and attempts to correct misspellings.
PARAMS
lpszUrl [In] Pointer to the Url to be corrected.
lpszTranslatedUrl [Out] Pointer to a buffer to store corrected URL.
dwMaxChars [In] Maximum size of corrected URL.
RETURNS
success: S_OK if Url corrected or already correct
failure: S_FALSE if unable to correct / COM error code if other error
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/url.c".
- Debug channel "shell".