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