Searched refs:hWndLast (Results 1 – 1 of 1) sorted by relevance
307 void ImplDestroyAllClipWindows( HWND hWndLast ) in ImplDestroyAllClipWindows() argument309 if ( hWndLast == HWND_TOP ) in ImplDestroyAllClipWindows()313 while ( hWndLast ) in ImplDestroyAllClipWindows()315 hWndPrev = WinQueryWindow( hWndLast, QW_PREV ); in ImplDestroyAllClipWindows()316 WinDestroyWindow( hWndLast ); in ImplDestroyAllClipWindows()317 hWndLast = hWndPrev; in ImplDestroyAllClipWindows()
Completed in 6 milliseconds