| 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; |
| 131 | } |
| 132 | HRESULT IStorageTrigger::CreateStorage(const OLECHAR *pwcsName, DWORD grfMode, DWORD reserved1, DWORD reserved2, IStorage **ppstg) { |
| 133 | _stg->CreateStorage(pwcsName, grfMode, reserved1, reserved2, ppstg); |
| 134 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected