CWnd::GetCapture
Visual Studio 2008
Retrieves the window that has the mouse capture.
static CWnd* PASCAL GetCapture( );
Only one window has the mouse capture at any given time. A window receives the mouse capture when the SetCapture member function is called. This window receives mouse input whether or not the cursor is within its borders.