Lines Matching refs:IDDrawExclModeVideoCallback
597 typedef struct IDDrawExclModeVideoCallback IDDrawExclModeVideoCallback; typedef
8028 …virtual HRESULT WINAPI SetCallbackInterface(IDDrawExclModeVideoCallback *pCallback,DWORD dwFlags) …
8042 …HRESULT (WINAPI *SetCallbackInterface)(IDDrawExclModeVideo *This,IDDrawExclModeVideoCallback *pCal…
8073 …ModeVideo_SetCallbackInterface_Proxy(IDDrawExclModeVideo *This,IDDrawExclModeVideoCallback *pCallb…
8087 struct IDDrawExclModeVideoCallback : public IUnknown { struct
8096 … HRESULT (WINAPI *QueryInterface)(IDDrawExclModeVideoCallback *This,REFIID riid,void **ppvObject);
8097 ULONG (WINAPI *AddRef)(IDDrawExclModeVideoCallback *This);
8098 ULONG (WINAPI *Release)(IDDrawExclModeVideoCallback *This);
8099 …HRESULT (WINAPI *OnUpdateOverlay)(IDDrawExclModeVideoCallback *This,WINBOOL bBefore,DWORD dwFlags,…
8100 …HRESULT (WINAPI *OnUpdateColorKey)(IDDrawExclModeVideoCallback *This,const COLORKEY *pKey,DWORD dw…
8101 …HRESULT (WINAPI *OnUpdateSize)(IDDrawExclModeVideoCallback *This,DWORD dwWidth,DWORD dwHeight,DWOR…
8104 struct IDDrawExclModeVideoCallback { struct
8116 …HRESULT WINAPI IDDrawExclModeVideoCallback_OnUpdateOverlay_Proxy(IDDrawExclModeVideoCallback *This…
8118 …HRESULT WINAPI IDDrawExclModeVideoCallback_OnUpdateColorKey_Proxy(IDDrawExclModeVideoCallback *Thi…
8120 …HRESULT WINAPI IDDrawExclModeVideoCallback_OnUpdateSize_Proxy(IDDrawExclModeVideoCallback *This,DW…