I have a LowLevelMouseProc
implemented. When the user clicks the center mouse button I call WindowFromPoint
to get the window at that point.
What I want to do is be able to get the object that is actually being clicked on within the window at that point.
For example, if a user center clicks on a directory within a file browser window, I'd like to be able to get the name of the directory.