| 164 | return 0; |
| 165 | } |
| 166 | HRESULT IStorageTrigger::SetClass(const IID &clsid) { |
| 167 | return 0; |
| 168 | } |
| 169 | HRESULT IStorageTrigger::SetElementTimes(const OLECHAR *pwcsName, const FILETIME *pctime, const FILETIME *patime, const FILETIME *pmtime) { |
| 170 | return 0; |
| 171 | } |
nothing calls this directly
no outgoing calls
no test coverage detected