摘要: The GetParent function retrieves a handle to the specified window's parent or owner.To retrieve a handle to a specified ancestor, use theGetAncestorfunction.//该函数返回的是指定子窗口的父窗口的句柄,其中,参数hWnd为子窗口的句柄SyntaxHWNDGetParent(HWNDhWnd);ParametershWnd[in]Handle to the window whose parent window handle is to 阅读全文
posted @ 2012-05-27 15:07 CBDoctor 阅读(1368) 评论(0) 推荐(0)