https://bugs.winehq.org/show_bug.cgi?id=41449
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #2 from winetest@luukku.com --- Seems simply function.
SHRemoveLocalizedName function
Removes the localized name of a file in a Shell folder. Syntax C++
HRESULT SHRemoveLocalizedName( _In_ PCWSTR pszPath );
Parameters
pszPath [in]
Type: PCWSTR
A pointer to a null-terminated, Unicode string that specifies the fully qualified path of the target file.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.