| 70 | } |
| 71 | |
| 72 | void sfh::EventLog::LogDllQueryNoResult(uint32_t processId, uint32_t threadId, const wchar_t* requestName) |
| 73 | { |
| 74 | EventWriteDllQueryNoResult(processId, threadId, requestName); |
| 75 | } |
| 76 | |
| 77 | void sfh::EventLog::LogDllLoadFont(uint32_t processId, uint32_t threadId, const wchar_t* path) |
| 78 | { |