Convert string to lpwstr ... const char* txt = "some_text"; LPWSTR new_text = (LPWSTR)txt; ... text, strlen(text)+1);//Plus null LPWSTR ptr = wtext;.
確定! 回上一頁