Home
last modified time | relevance | path

Searched refs:hWndLast (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/os2/source/window/
H A Dsalobj.cxx307 void ImplDestroyAllClipWindows( HWND hWndLast ) in ImplDestroyAllClipWindows() argument
309 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 12 milliseconds