The information in this article applies to:
SYMPTOMS
When writing some types of error messages to the event log via
IoWriteErrorLogEntry, the event description may be missing. The warning and
error severity messages display the following when viewed in the event log:
Messages of "informational" and "success" severity work correctly. Here is the severity information from NTSTATUS.H:
CAUSEThere is a problem in the FormatMessage() API call that is preventing negative error codes from working correctly. Negative error codes are those that indicate warning and error severity; that is, bit 31 of the error code is set. RESOLUTIONAs a temporary workaround, a device driver writer can modify the defined error messages to ensure that bit 31 of the error code is not set. STATUS
Additional query words: 3.50 buglist3.50 fixlist3.50
Keywords : |
Last Reviewed: March 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |