How to read the Windows Event Log without an EventMessageFile?
I have code that reads the Windows Event Log. It uses OpenEventLog, ReadEventLog and gets the event source and event ID. Then it looks up the source under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application key, loads the appropriate DLL(s) according to what is listed in EventMessageFile and finally uses F...