| 204 | STDMETHODIMP put_DestinationHeight(long DestinationHeight) { return E_NOTIMPL; } |
| 205 | STDMETHODIMP get_DestinationHeight(long *pDestinationHeight) { return E_NOTIMPL; } |
| 206 | STDMETHODIMP SetSourcePosition(long Left, long Top, long Width, long Height) { return E_NOTIMPL; } |
| 207 | STDMETHODIMP GetSourcePosition(long *pLeft, long *pTop, long *pWidth, long *pHeight); |
| 208 | STDMETHODIMP SetDefaultSourcePosition(void) { return E_NOTIMPL; } |
| 209 | STDMETHODIMP SetDestinationPosition(long Left, long Top, long Width, long Height); |
nothing calls this directly
no outgoing calls
no test coverage detected