The information in this article applies to:
SUMMARYInsertion strings in the event log entries are language-independent. Instead of using string literals as the insertion string, use "%%n" as the insertion string. MORE INFORMATIONWhen the event viewer sees "%%n", it looks up the ParameterMessageFile value in the registry, under the source of the event, as in this example:
-or-
It then calls the LoadLibrary() function of the ParameterMessageFile. Then
it calls FormatMessage() using "n" as the ID.
For example, suppose an event log entry has the source and the description is In the registry, you find:
Therefore, you need to follow these steps:
Additional query words: 3.10 3.50
Keywords : kbEventLog kbKernBase kbWinOS2000 kbDSupport kbGrpKernBase |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |