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 to obtain a pointer to the function.

Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c

Debug channel "shell".


Copyright © 2009 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2009.