Home | History | Annotate | Download | only in include

Lines Matching defs:CanInPlaceActivate

1120     virtual HRESULT WINAPI CanInPlaceActivate(void) = 0;
1139 HRESULT (WINAPI *CanInPlaceActivate)(IOleInPlaceSite *This);
1160 #define IOleInPlaceSite_CanInPlaceActivate(This) (This)->lpVtbl->CanInPlaceActivate(This)