4 references to FormatMessageWrapper
System.Diagnostics.EventLog (4)
System\Diagnostics\EventLogEntry.cs (3)
96string? cat = owner.FormatMessageWrapper(dllName, (uint)CategoryNumber, null); 154string? msg = owner.FormatMessageWrapper(dllNames, (uint)msgId, ReplacementStrings); 355param = owner.FormatMessageWrapper(paramDLLNames, paramMsgID, insertionStrings);
System\Diagnostics\EventLogInternal.cs (1)
201logDisplayName = FormatMessageWrapper(resourceDll, (uint)(int)resourceIdObject, null);