Answer: If you investigate win32/winuser.h, you will see the following: #ifdef UNICODE #define SendMessage SendMessageW #else #define ...
確定! 回上一頁