Article ID: 259693 - Last Review: June 29, 2005 - Revision: 3.0 How to translate NTSTATUS error codes to message stringsThis article was previously published under Q259693 SUMMARY
Most Kernel Mode API functions return NTSTATUS values. To translate these status values to messages by using the FormatMessage API function, you must reference the NtDLL.dll module in the parameter list.
MORE INFORMATIONThe following code sample demonstrates how to obtain the system message string. | Article Translations
|
Back to the top
