Home | History | Annotate | Download | only in include

Lines Matching defs:OnStop

323     virtual HRESULT WINAPI OnStop(void) = 0;
332 HRESULT (WINAPI *OnStop)(IOleCacheControl *This);
343 #define IOleCacheControl_OnStop(This) (This)->lpVtbl->OnStop(This)