Home | History | Annotate | Download | only in include

Lines Matching refs:OnKeyUp

4460     virtual HRESULT STDMETHODCALLTYPE OnKeyUp(
4517 HRESULT (STDMETHODCALLTYPE *OnKeyUp)(
4547 #define ITfKeyEventSink_OnKeyUp(This,pic,wParam,lParam,pfEaten) (This)->lpVtbl->OnKeyUp(This,pic,wParam,lParam,pfEaten)
4574 return This->lpVtbl->OnKeyUp(This,pic,wParam,lParam,pfEaten);