Hi,

I am trying to call RtlInitUnicodeString()
(http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx)

The second parameter takes a PCWSTR and I'm trying to pass something like "Hello World!" as the string. How do I do this?

Thanks