GetParent |
| VB声明 | |
| Declare Function GetParent Lib "user32" Alias "GetParent" (ByVal hwnd As Long) As Long | |
| 说明 | |
| 判断指定窗口的父窗口 | |
| 返回值 | |
| Long,父窗口的句柄。如窗口没有父,或遇到错误,则返回零。会设置GetLastError | |
| 参数表 | |
| 参数 | 类型及说明 |
| hwnd | Long,欲测试的窗口的句柄 |
GetParent |
| VB声明 | |
| Declare Function GetParent Lib "user32" Alias "GetParent" (ByVal hwnd As Long) As Long | |
| 说明 | |
| 判断指定窗口的父窗口 | |
| 返回值 | |
| Long,父窗口的句柄。如窗口没有父,或遇到错误,则返回零。会设置GetLastError | |
| 参数表 | |
| 参数 | 类型及说明 |
| hwnd | Long,欲测试的窗口的句柄 |





RSS地址