Home | History | Annotate | Download | only in include

Lines Matching refs:IOleControlSite

82 typedef struct IOleControlSite IOleControlSite;
679 typedef IOleControlSite *LPOLECONTROLSITE;
695 struct IOleControlSite : public IUnknown {
708 HRESULT (WINAPI *QueryInterface)(IOleControlSite *This,REFIID riid,void **ppvObject);
709 ULONG (WINAPI *AddRef)(IOleControlSite *This);
710 ULONG (WINAPI *Release)(IOleControlSite *This);
711 HRESULT (WINAPI *OnControlInfoChanged)(IOleControlSite *This);
712 HRESULT (WINAPI *LockInPlaceActive)(IOleControlSite *This,WINBOOL fLock);
713 HRESULT (WINAPI *GetExtendedControl)(IOleControlSite *This,IDispatch **ppDisp);
714 HRESULT (WINAPI *TransformCoords)(IOleControlSite *This,POINTL *pPtlHimetric,POINTF *pPtfContainer,DWORD dwFlags);
715 HRESULT (WINAPI *TranslateAccelerator)(IOleControlSite *This,MSG *pMsg,DWORD grfModifiers);
716 HRESULT (WINAPI *OnFocus)(IOleControlSite *This,WINBOOL fGotFocus);
717 HRESULT (WINAPI *ShowPropertyFrame)(IOleControlSite *This);
720 struct IOleControlSite {
736 HRESULT WINAPI IOleControlSite_OnControlInfoChanged_Proxy(IOleControlSite *This);
738 HRESULT WINAPI IOleControlSite_LockInPlaceActive_Proxy(IOleControlSite *This,WINBOOL fLock);
740 HRESULT WINAPI IOleControlSite_GetExtendedControl_Proxy(IOleControlSite *This,IDispatch **ppDisp);
742 HRESULT WINAPI IOleControlSite_TransformCoords_Proxy(IOleControlSite *This,POINTL *pPtlHimetric,POINTF *pPtfContainer,DWORD dwFlags);
744 HRESULT WINAPI IOleControlSite_TranslateAccelerator_Proxy(IOleControlSite *This,MSG *pMsg,DWORD grfModifiers);
746 HRESULT WINAPI IOleControlSite_OnFocus_Proxy(IOleControlSite *This,WINBOOL fGotFocus);
748 HRESULT WINAPI IOleControlSite_ShowPropertyFrame_Proxy(IOleControlSite *This);
2659 IOleControlSite *pOleControlSite;