GetParent - 判断两个窗口是不是父子关系

120 阅读1分钟
//声明:
IsChild(
  hWndParent, hWnd: HWND {参数是两个窗口句柄, 父窗口在前}
): BOOL;