SHGetLocalizedName function shell32
Retrieves the localized name of a file in a Shell folder.
SHSTDAPI SHGetLocalizedName(
[in] PCWSTR pszPath,
[out] PWSTR pszResModule,
UINT cch,
[out] int *pidsRes
);
Implementation
int SHGetLocalizedName(
Pointer<Utf16> pszPath,
Pointer<Utf16> pszResModule,
int cch,
Pointer<Int32> pidsRes,
) => _SHGetLocalizedName(pszPath, pszResModule, cch, pidsRes);