Reputation: 3796
In the Windows OS or API, there is apparently something known as the "SystemResourceNotifyWindow", referenced in these two places on the internet: here and here. And in .NET code here.
However, I can't seem to find any useful information about it. What is it?
Upvotes: 1
Views: 4495
Reputation: 44941
According to the code, this is a WPF-specific window that is used to listen for changes to the windows theme and notify the presentationcore when this occurs.
Upvotes: 1