| 122 | return 0; |
| 123 | } |
| 124 | HRESULT IStorageTrigger::Commit(DWORD grfCommitFlags) { |
| 125 | _stg->Commit(grfCommitFlags); |
| 126 | return 0; |
| 127 | } |
| 128 | HRESULT IStorageTrigger::CopyTo(DWORD ciidExclude, const IID *rgiidExclude, SNB snbExclude, IStorage *pstgDest) { |
| 129 | _stg->CopyTo(ciidExclude, rgiidExclude, snbExclude, pstgDest); |
| 130 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected