Home | History | Annotate | Download | only in include

Lines Matching defs:StopWatching

356     virtual HRESULT WINAPI StopWatching(void) = 0;
366 HRESULT (WINAPI *StopWatching)(IRowsetWatchAll *This);
378 #define IRowsetWatchAll_StopWatching(This) (This)->lpVtbl->StopWatching(This)
466 HRESULT (WINAPI *StopWatching)(IRowsetWatchRegion *This);
484 #define IRowsetWatchRegion_StopWatching(This) (This)->lpVtbl->StopWatching(This)