bool IsTopmost(HWND hwnd) { if (GetWindowLong(hwnd, GWL_EXSTYLE) & WS_EX_TOPMOST) return true; return false; } 相关文章: 2021-12-19 2021-12-15 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-12-12