* \fn HWND GUIAPI ChildWindowFromPoint (HWND hParent, POINT pt) * \brief Retrieve a handle to the child window that contains the * speicified point. * * This function determines which, if any, of the child windows * belonging to a parent window contains the specified point by calling * ChildWindowFromPointEx and passing CWP_ALL to uFlags parameter. * * \sa ChildWindowFromPointEx */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected