mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-10 08:13:24 +08:00
新增win32api手册
This commit is contained in:
13
src/docs/win32api/1/EnumChildProcWORD.html
Normal file
13
src/docs/win32api/1/EnumChildProcWORD.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<body>
|
||||
<FONT style="FONT: 12px 宋体" color=black>
|
||||
{dwThreadld,WNDENUMROCIpfn,LPARAMIPam};<br>
|
||||
<h3>参数</h3>
|
||||
dwThreadld:标识将被列举窗口的线程。<br>
|
||||
lpfn:指向一个应用程序定义的回调函数指针,请参看EnumThreadWndProc。<br>
|
||||
IPararm:指定一个传递给回调函数的应用程序定义值。<br>
|
||||
<h3>返回值</h3>如果函数成功,返回值为非零;如果函数失败,返回值为零。若想获得更多错误信息,请调用GetLastError函数。<br>
|
||||
<h3>速查</h3>Windows NT:3.1以上版本;Windows:95以上版本;Windows CE:不支持:头文件:winuser.h;库文件:user32.Iib。<br>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user