Height << 16 | Width;code
//拼接,能夠用下面的宏 MAKEWPARAM MAKELPARAM // 拆分 int low = (short)LOWORD(wParam); int high = (short)HIWORD(wParam);