| 188 | STDMETHODIMP get_VideoWidth(long *pVideoWidth) { return E_NOTIMPL; } |
| 189 | STDMETHODIMP get_VideoHeight(long *pVideoHeight) { return E_NOTIMPL; } |
| 190 | STDMETHODIMP put_SourceLeft(long SourceLeft) { return E_NOTIMPL; } |
| 191 | STDMETHODIMP get_SourceLeft(long *pSourceLeft) { return E_NOTIMPL; } |
| 192 | STDMETHODIMP put_SourceWidth(long SourceWidth) { return E_NOTIMPL; } |
| 193 | STDMETHODIMP get_SourceWidth(long *pSourceWidth) { return E_NOTIMPL; } |
nothing calls this directly
no outgoing calls
no test coverage detected