Home | History | Annotate | Download | only in include

Lines Matching defs:TranslateAccelerator

1207     virtual HRESULT WINAPI TranslateAccelerator(MSG *pmsg) = 0;
1227 HRESULT (WINAPI *TranslateAccelerator)(IShellView *This,MSG *pmsg);
1249 #define IShellView_TranslateAccelerator(This,pmsg) (This)->lpVtbl->TranslateAccelerator(This,pmsg)
1324 HRESULT (WINAPI *TranslateAccelerator)(IShellView2 *This,MSG *pmsg);
1350 #define IShellView2_TranslateAccelerator(This,pmsg) (This)->lpVtbl->TranslateAccelerator(This,pmsg)