| 1356 | } |
| 1357 | |
| 1358 | HRESULT DbgEngEventCallbacks::SystemError(unsigned long error, unsigned long level) |
| 1359 | { |
| 1360 | return DEBUG_STATUS_NO_CHANGE; |
| 1361 | } |
| 1362 | |
| 1363 | HRESULT DbgEngEventCallbacks::SessionStatus(unsigned long session_status) |
| 1364 | { |
nothing calls this directly
no outgoing calls
no test coverage detected