Searched defs:StopWatching (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Doledbdep.h356 virtual HRESULT WINAPI StopWatching(void) = 0;
366 HRESULT (WINAPI *StopWatching)(IRowsetWatchAll *This); member in struct:IRowsetWatchAllVtbl
378 #define IRowsetWatchAll_StopWatching(This) (This)->lpVtbl->StopWatching(This)
466 HRESULT (WINAPI *StopWatching)(IRowsetWatchRegion *This); member in struct:IRowsetWatchRegionVtbl
484 #define IRowsetWatchRegion_StopWatching(This) (This)->lpVtbl->StopWatching(This)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Doledbdep.h356 virtual HRESULT WINAPI StopWatching(void) = 0;
366 HRESULT (WINAPI *StopWatching)(IRowsetWatchAll *This); member in struct:IRowsetWatchAllVtbl
378 #define IRowsetWatchAll_StopWatching(This) (This)->lpVtbl->StopWatching(This)
466 HRESULT (WINAPI *StopWatching)(IRowsetWatchRegion *This); member in struct:IRowsetWatchRegionVtbl
484 #define IRowsetWatchRegion_StopWatching(This) (This)->lpVtbl->StopWatching(This)

Completed in 111 milliseconds