case WM_NCHITTEST: //determines if the window should be moving, sizing or don't do a thing return DoHitTest(pWnd, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) ); ...
確定! 回上一頁