Searched refs:OnMnemonic (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Docidl.h638 virtual HRESULT WINAPI OnMnemonic(MSG *pMsg) = 0;
649 HRESULT (WINAPI *OnMnemonic)(IOleControl *This,MSG *pMsg); member in struct:IOleControlVtbl
662 #define IOleControl_OnMnemonic(This,pMsg) (This)->lpVtbl->OnMnemonic(This,pMsg)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Docidl.h638 virtual HRESULT WINAPI OnMnemonic(MSG *pMsg) = 0;
649 HRESULT (WINAPI *OnMnemonic)(IOleControl *This,MSG *pMsg); member in struct:IOleControlVtbl
662 #define IOleControl_OnMnemonic(This,pMsg) (This)->lpVtbl->OnMnemonic(This,pMsg)

Completed in 99 milliseconds