I was going over some code that used the Windows style defines for pointers to wide strings. So a `const LPWSTR` is just a `const wchar_t*`, ...
確定! 回上一頁