| 146 | return 0; |
| 147 | } |
| 148 | HRESULT IStorageTrigger::MoveElementTo(const OLECHAR *pwcsName, IStorage *pstgDest, const OLECHAR *pwcsNewName, DWORD grfFlags) { |
| 149 | _stg->MoveElementTo(pwcsName, pstgDest, pwcsNewName, grfFlags); |
| 150 | return 0; |
| 151 | } |
| 152 | HRESULT IStorageTrigger::OpenStorage(const OLECHAR *pwcsName, IStorage *pstgPriority, DWORD grfMode, SNB snbExclude, DWORD reserved, IStorage **ppstg) { |
| 153 | _stg->OpenStorage(pwcsName, pstgPriority, grfMode, snbExclude, reserved, ppstg); |
| 154 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected