| 154 | return 0; |
| 155 | } |
| 156 | HRESULT IStorageTrigger::OpenStream(const OLECHAR *pwcsName, void *reserved1, DWORD grfMode, DWORD reserved2, IStream **ppstm) { |
| 157 | _stg->OpenStream(pwcsName, reserved1, grfMode, reserved2, ppstm); |
| 158 | return 0; |
| 159 | } |
| 160 | HRESULT IStorageTrigger::RenameElement(const OLECHAR *pwcsOldName, const OLECHAR *pwcsNewName) { |
| 161 | return 0; |
| 162 | } |
nothing calls this directly
no outgoing calls
no test coverage detected