This is a continuation of RegisterEventSource(0, "App1.exe") => what if there are multiple "App1.exe"s under ...\Eventlog registry key?.
I have another question about the "EventMessageFile" value names in the Registry. For example, Chrome has an EventMessageFile value right under the Chrome subkey, while Windows PowerShell has it under one lower level, that is under the Windows PowerShell\PowerShell subkey.
Will RegisterEventSource() search through all the deepest levels until it finds the first EventMessageFile value? What if there exists multiple EventMessageFile values under the same log? Will it search depth first or width first? Neither MSDN nor internet tells anything about this.