> For the complete documentation index, see [llms.txt](https://malwaresourcecode.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malwaresourcecode.com/home/markdown/char-to-wchar/shlwapicharstringtowcharstring.md).

# ShlwapiCharStringToWCharString

```cpp
INT ShlwapiCharStringToWCharString(_In_ PCHAR InString, _Inout_ PWCHAR OutString, _In_ INT BufferSize)
{
	return SHAnsiToUnicode(InString, OutString, BufferSize);
}
```
