Answers for "convert const char* to LPWSTR"

0

convert const char* to LPWSTR

const char* txt = "some_text";
LPWSTR new_text = (LPWSTR)txt;
Posted by: Guest on April-07-2021

Code answers related to "convert const char* to LPWSTR"

Browse Popular Code Answers by Language