Searched refs:pBackgroundPalette (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/3rdparty/strmbase/ |
H A D | window.c | 395 …T WINAPI BaseControlWindowImpl_get_BackgroundPalette(IVideoWindow *iface, LONG *pBackgroundPalette) in BaseControlWindowImpl_get_BackgroundPalette() argument 399 FIXME("(%p/%p)->(%p): stub !!!\n", This, iface, pBackgroundPalette); in BaseControlWindowImpl_get_BackgroundPalette()
|
/reactos/sdk/include/psdk/ |
H A D | control.idl | 99 [propget] HRESULT BackgroundPalette( [out, retval] LONG *pBackgroundPalette );
|
/reactos/sdk/include/reactos/wine/ |
H A D | strmbase.h | 465 … WINAPI BaseControlWindowImpl_get_BackgroundPalette(IVideoWindow *iface, LONG *pBackgroundPalette);
|
/reactos/dll/directx/wine/quartz/ |
H A D | filtergraph.c | 4398 LONG *pBackgroundPalette) in VideoWindow_get_BackgroundPalette() argument 4404 TRACE("(%p/%p)->(%p)\n", This, iface, pBackgroundPalette); in VideoWindow_get_BackgroundPalette() 4411 hr = IVideoWindow_get_BackgroundPalette(pVideoWindow, pBackgroundPalette); in VideoWindow_get_BackgroundPalette()
|