| 213 | STDMETHODIMP GetVideoPaletteEntries(long StartIndex, long Entries, long *pRetrieved, long *pPalette) { return E_NOTIMPL; } |
| 214 | STDMETHODIMP GetCurrentImage(long *pBufferSize, long *pDIBImage); |
| 215 | STDMETHODIMP IsUsingDefaultSource(void) { return E_NOTIMPL; } |
| 216 | STDMETHODIMP IsUsingDefaultDestination(void) { return E_NOTIMPL; } |
| 217 | |
| 218 | // IBasicVideo2 |
nothing calls this directly
no outgoing calls
no test coverage detected