| 1345 | } |
| 1346 | |
| 1347 | HRESULT DbgEngEventCallbacks::LoadModule(uint64_t image_file_handle, uint64_t base_offset, unsigned long module_size, |
| 1348 | const char* module_name, const char* image_name, unsigned long check_sum, unsigned long time_date_stamp) |
| 1349 | { |
| 1350 | return DEBUG_STATUS_NO_CHANGE; |
| 1351 | } |
| 1352 | |
| 1353 | HRESULT DbgEngEventCallbacks::UnloadModule(const char* image_base_name, uint64_t base_offset) |
| 1354 | { |
nothing calls this directly
no outgoing calls
no test coverage detected