| 557 | } |
| 558 | |
| 559 | STDMETHODIMP CStreamData::Write(void const * /*pv*/, ULONG /*cb*/, ULONG * /*pcbWritten*/) { |
| 560 | return E_NOTIMPL; |
| 561 | } |
| 562 | |
| 563 | STDMETHODIMP CStreamData::SetSize(ULARGE_INTEGER /*newsize*/) { |
| 564 | return E_NOTIMPL; |
nothing calls this directly
no outgoing calls
no test coverage detected