table of contents
other versions
- wheezy 1.4.1-4
UrlFixupW(3w) | Wine API | 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 errorIMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/shlwapi/url.c". Debug channel "shell".Oct 2012 | Wine API |