char buf[256];
::GetWindowText(hwnd, buf, 10);
if (strcmpi(buf, "ultraedit") == 0)
{
::GetClassName(hwnd, buf, 255);
}
窗口操作检测
char buf[256];
::GetWindowText(hwnd, buf, 10);
if (strcmpi(buf, "ultraedit") == 0)
{
::GetClassName(hwnd, buf, 255);
}

被折叠的 条评论
为什么被折叠?