On Thu Sep 5 17:07:13 2024 +0000, Nikolay Sivov wrote:
It should be the other way around. ExW calls Nt function that accepts UNICODE_STRING or WCHARs, and ExA converts acp->wchar and calls ExW function. Assuming returned buffer contents are the same for both functions of course.
Done.