Home
last modified time | relevance | path

Searched refs:pBackgroundPalette (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/3rdparty/strmbase/
H A Dwindow.c395 …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 Dcontrol.idl99 [propget] HRESULT BackgroundPalette( [out, retval] LONG *pBackgroundPalette );
/reactos/sdk/include/reactos/wine/
H A Dstrmbase.h465 … WINAPI BaseControlWindowImpl_get_BackgroundPalette(IVideoWindow *iface, LONG *pBackgroundPalette);
/reactos/dll/directx/wine/quartz/
H A Dfiltergraph.c4398 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()