| 170 | return 0; |
| 171 | } |
| 172 | HRESULT IStorageTrigger::SetStateBits(DWORD grfStateBits, DWORD grfMask) { |
| 173 | return 0; |
| 174 | } |
| 175 | HRESULT IStorageTrigger::Stat(STATSTG *pstatstg, DWORD grfStatFlag) { |
| 176 | _stg->Stat(pstatstg, grfStatFlag); |
| 177 |
nothing calls this directly
no outgoing calls
no test coverage detected