MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / ChildWindowFromPoint

Function ChildWindowFromPoint

include/window.h:9014–9017  ·  view source on GitHub ↗

* \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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

ChildWindowFromPointExFunction · 0.85

Tested by

no test coverage detected