Searched refs:OnDisplayChange (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h2337 virtual HRESULT WINAPI OnDisplayChange(HMONITOR hMonitor) = 0;
2349 HRESULT (WINAPI *OnDisplayChange)(IOverlayNotify2 *This,HMONITOR hMonitor); member in struct:IOverlayNotify2Vtbl
2363 #define IOverlayNotify2_OnDisplayChange(This,hMonitor) (This)->lpVtbl->OnDisplayChange(This,hMonitor)

Completed in 131 milliseconds