标签:pre window this win tom amp idt 获取 get
RECT r;
GetWindowRect(this->gameHwnd, &r);
// 获取窗口的宽度和高度
int nWidth = r.right - r.left;
int nHeight = r.bottom - r.top;
MoveWindow(this->gameHwnd,0,0,nWidth,nHeight,false);
标签:pre window this win tom amp idt 获取 get
原文地址:https://www.cnblogs.com/ajanuw/p/12844840.html