Home | History | Annotate | Download | only in include

Lines Matching refs:InPlaceDeactivate

1068     virtual HRESULT WINAPI InPlaceDeactivate(void) = 0;
1081 HRESULT (WINAPI *InPlaceDeactivate)(IOleInPlaceObject *This);
1096 #define IOleInPlaceObject_InPlaceDeactivate(This) (This)->lpVtbl->InPlaceDeactivate(This)