| 54 | } |
| 55 | |
| 56 | void sfh::EventLog::LogDllQueryFailure(uint32_t processId, uint32_t threadId, const wchar_t* requestName, |
| 57 | const wchar_t* reason) |
| 58 | { |
| 59 | EventWriteDllQueryFailure(processId, threadId, requestName, reason); |
| 60 | } |
| 61 | |
| 62 | void sfh::EventLog::LogDaemonTryAttach(uint32_t processId, const wchar_t* processName, |
| 63 | const wchar_t* processArchitecture) |
nothing calls this directly
no outgoing calls
no test coverage detected