| 11 | extern wchar_t* wredir_ip; |
| 12 | |
| 13 | IStorageTrigger::IStorageTrigger(IStorage *istg) { |
| 14 | _stg = istg; |
| 15 | m_cRef = 1; |
| 16 | return; |
| 17 | } |
| 18 | |
| 19 | HRESULT IStorageTrigger::DisconnectObject(DWORD dwReserved) { |
| 20 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected