The reason why you get the address printed is that std::cout works with std::string , which is char based. An LPCWSTR is a wide string pointer type, and cout ...
確定! 回上一頁