摘要:
1. 函数原型: BOOL WINAPI EnumWindows( _In_ WNDENUMPROC lpEnumFunc, _In_ LPARAM lParam); lpEnumFunc: 应用程序定义的回调函数的指针 lParam: 传递给回调函数的应用程序定义的值 MSDN中对EnumWind 阅读全文
摘要:
原文地址: http://blog.163.com/cumt_xl/blog/static/19071504420136911838683/ Q: What is a top-level window? A: A top-level window is a window that is not ch 阅读全文
摘要:
代码示例: 运行结果:如图,如果不关闭运行的界面,就无法切换到其他任务: 阅读全文