| 54 | } |
| 55 | |
| 56 | STDMETHODIMP GetMoniker(DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk) { |
| 57 | return E_NOTIMPL; |
| 58 | } |
| 59 | |
| 60 | STDMETHODIMP InitFromData(IDataObject *pDataObject, BOOL fCreation, DWORD dwReserved) { |
| 61 | return E_NOTIMPL; |
nothing calls this directly
no outgoing calls
no test coverage detected