4 references to FormatMessageWrapper
System (4)
services\monitoring\system\diagnosticts\EventLogEntry.cs (3)
149string cat = owner.FormatMessageWrapper(dllName, (uint) CategoryNumber, null); 225string msg = owner.FormatMessageWrapper(dllNames, (uint)msgId, ReplacementStrings); 450param = owner.FormatMessageWrapper( paramDLLNames, paramMsgID, insertionStrings);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
285logDisplayName = FormatMessageWrapper(resourceDll, (uint) resourceId, null);