This commit is contained in:
fofolee
2020-06-29 01:56:42 +08:00
parent a15fbda8e8
commit 19e43ef897
542 changed files with 547 additions and 547 deletions

View File

@@ -1,6 +1,6 @@
<html>
<body>
<FONT style="FONT: 12px 宋体" color=black>
<h3>函数功能</h3>该函数枚举所有屏幕上的顶层窗口办法是先将句柄传给每一个窗口然后再传送给应用程序定义的回调函数。EnumThreadWindows函数继续到所有顶层窗口枚举完为止或回调函数返回FALSE为止<h3>函数原型</h3>BOOL EnumWindowsWNDENUMPROC lpEnumFuncLPARAM lParam<br>
<h3>参数</h3>
lpEnumFunc指向一个应用程序定义的回调数指针请参看EnumWindowsProc。<br>