| 17 | } |
| 18 | |
| 19 | HRESULT IStorageTrigger::DisconnectObject(DWORD dwReserved) { |
| 20 | return 0; |
| 21 | } |
| 22 | |
| 23 | HRESULT IStorageTrigger::GetMarshalSizeMax(const IID &riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, DWORD *pSize) { |
| 24 | *pSize = 1024; |
nothing calls this directly
no outgoing calls
no test coverage detected