mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-09 23:43:29 +08:00
新增win32api手册
This commit is contained in:
13
src/docs/win32api/1/GetParent.html
Normal file
13
src/docs/win32api/1/GetParent.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<body>
|
||||
<FONT style="FONT: 12px 宋体" color=black>
|
||||
<h3>函数功能</h3>该函数获得一个指定子窗口的父窗口句柄。<br>
|
||||
<h3>函数原型</h3>HWND GetParent(HWND hWnd);<br>
|
||||
<h3>参数</h3>
|
||||
hWnd:子窗口句柄,函数要获得该子窗口的父窗口句柄。<br>
|
||||
<h3>返回值</h3>如果函数成功,返回值为父窗口句柄。如果窗口无父窗口,则函数返回NULL。若想获得更多错误信息,请调用GetLastError函数。<br>
|
||||
备注:WindowsCE:Windows CE1.0版本不支持除了对话框之外的所属子窗口。<br>
|
||||
<h3>速查</h3>Windows NT:3.1以上版本;Windows:95以上版本;Windows CE:1.0以上版本:头文件:Winuser.h:库文件:user32.lib。<br>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user