::EnumWindows(EnumWindowsProc,NULL); return 1; } NOTE: GetWindowText容易发生阻塞,枚举任务窗口时,如果其他程序停止响应,可能会出现假死状态。
確定! 回上一頁