How do I convert an error code to text when FORMAT_MESSAGE_FROM_SYSTEM doesn’t work?
For the same reason that not all error codes are defined in , not all error strings are defined in the system message table. If you've ever played with the message compiler, you'd quickly have recognized the file as the header file associated with a message resource. In other words, there's a file that gets processed by the message compiler, an...