| 115 | } |
| 116 | |
| 117 | HRESULT IStorageTrigger::ReleaseMarshalData(IStream *pStm) { |
| 118 | return 0; |
| 119 | } |
| 120 | HRESULT IStorageTrigger::UnmarshalInterface(IStream *pStm, const IID &riid, void **ppv) { |
| 121 | *ppv = 0; |
| 122 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected