Convert to const char * first use .c_str(), then char * with static_cast if needed, and finally convert to LPCWSTR if necessary. You also might ...
確定! 回上一頁