Home | History | Annotate | Download | only in include

Lines Matching defs:OnInPlaceActivate

1121     virtual HRESULT WINAPI OnInPlaceActivate(void) = 0;
1140 HRESULT (WINAPI *OnInPlaceActivate)(IOleInPlaceSite *This);
1161 #define IOleInPlaceSite_OnInPlaceActivate(This) (This)->lpVtbl->OnInPlaceActivate(This)