MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / LogDllQueryFailure

Method LogDllQueryFailure

SubtitleFontAutoLoaderDaemon/EventLog.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void 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
62void sfh::EventLog::LogDaemonTryAttach(uint32_t processId, const wchar_t* processName,
63 const wchar_t* processArchitecture)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected