I am developing a device driver in Visual C++. I need to convert a character array to Unicode as well as wide character array in my driver.
Pointer to useful functions will be appreciated. I know "RtlInitUnicodeString" which concerts wchar to Unicode but need help for conversion of simple character arrays.