| 167 | return 0; |
| 168 | } |
| 169 | HRESULT IStorageTrigger::SetElementTimes(const OLECHAR *pwcsName, const FILETIME *pctime, const FILETIME *patime, const FILETIME *pmtime) { |
| 170 | return 0; |
| 171 | } |
| 172 | HRESULT IStorageTrigger::SetStateBits(DWORD grfStateBits, DWORD grfMask) { |
| 173 | return 0; |
| 174 | } |
nothing calls this directly
no outgoing calls
no test coverage detected