| 50 | } |
| 51 | |
| 52 | STDMETHODIMP SetMoniker(DWORD dwWhichMoniker, IMoniker *pmk) { |
| 53 | return E_NOTIMPL; |
| 54 | } |
| 55 | |
| 56 | STDMETHODIMP GetMoniker(DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk) { |
| 57 | return E_NOTIMPL; |
nothing calls this directly
no outgoing calls
no test coverage detected