Alex Ionescu wrote:
I know that. But UNICODE_STRINGS are not usually used in Win32, except as LSA_UNICODE_STRING. But then again, this is ReactOS do we can do what we want. It's just not arthicteturally correct, imo.
Well, this is kernel32 which also does lot's of system calls which require UNICODE_STRING parameters sometimes, so we're forced to use them in there in any case ;)
Thomas