Searched refs:hWin (Results 1 – 3 of 3) sorted by relevance
113 HWND hWin = rMsg.hwnd; in ImplInterceptChildWindowKeyDown() local114 HWND hLastOLEWindow = hWin; in ImplInterceptChildWindowKeyDown()118 hLastOLEWindow = hWin; in ImplInterceptChildWindowKeyDown()119 hWin = ::GetParent( hWin ); in ImplInterceptChildWindowKeyDown()120 if ( hWin ) in ImplInterceptChildWindowKeyDown()122 nLen = GetClassNameW( hWin, pClassName, 10 ); in ImplInterceptChildWindowKeyDown()124 pSalObj = GetSalObjWindowPtr( hWin ); in ImplInterceptChildWindowKeyDown()126 } while( hWin && !pSalObj ); in ImplInterceptChildWindowKeyDown()
42 HWND hWin = (HWND)xInterface->getWindowHandle(SystemDependentWIN32); 43 if( hWin ) ...
968 HWND hWin, in DoVerb() argument984 hr = pOleObject->DoVerb( iVerb, pMsg, pActiveSite, nLong, hWin, pRect ); in DoVerb()
Completed in 43 milliseconds