| 283 | STDMETHODIMP GetFilteringRange(DWORD dwProperty, DXVA2_ValueRange *pPropRange) { return E_NOTIMPL; } |
| 284 | STDMETHODIMP GetFilteringValue(DWORD dwProperty, DXVA2_Fixed32 *pValue) { return E_NOTIMPL; } |
| 285 | STDMETHODIMP SetFilteringValue(DWORD dwProperty, DXVA2_Fixed32 *pValue) { return E_NOTIMPL; } |
| 286 | STDMETHODIMP GetBackgroundColor(COLORREF *lpClrBkg); |
| 287 | STDMETHODIMP SetBackgroundColor(COLORREF ClrBkg) { return E_NOTIMPL; } |
| 288 |
nothing calls this directly
no outgoing calls
no test coverage detected