GetClientRect(hWnd, &RevRect);

RECT RevRect = {0};

GetClientRect(hWnd, &RevRect);

获取区域的信息,包括坐标和长宽。

你可能感兴趣的:(GetClientRect(hWnd, &RevRect);)