Home | History | Annotate | Download | only in include

Lines Matching refs:UIDeactivate

1069     virtual HRESULT WINAPI UIDeactivate(void) = 0;
1082 HRESULT (WINAPI *UIDeactivate)(IOleInPlaceObject *This);
1097 #define IOleInPlaceObject_UIDeactivate(This) (This)->lpVtbl->UIDeactivate(This)