###User Defined Function###
_WinAPI_ShellSetLocalizedName

###Description###
Sets the localized name of a file in a Shell folder.

###Syntax###
#include <WinAPIShellEx.au3>
_WinAPI_ShellSetLocalizedName ( $sPath, $sModule, $iResID )


###Parameters###
@@ParamTable@@
$sPath
	The path to the target file.
$sModule
	The path to the module containing string resource that specifies the localized version of the file name.
$iResID
	ID of the localized file name resource.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	1.
Failure 	0 and sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.
@@End@@


###Remarks###
When this string is set, Windows Explorer displays this string instead of the file name. The path to the file
is unchanged.

This function requires <strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ SHSetLocalizedName


###Example###
@@IncludeExample@@
