Home | History | Annotate | Download | only in include

Lines Matching refs:KeyUp

4062     virtual HRESULT STDMETHODCALLTYPE KeyUp(
4155 HRESULT (STDMETHODCALLTYPE *KeyUp)(
4222 #define ITfKeystrokeMgr_KeyUp(This,wParam,lParam,pfEaten) (This)->lpVtbl->KeyUp(This,wParam,lParam,pfEaten)
4261 return This->lpVtbl->KeyUp(This,wParam,lParam,pfEaten);