Eben Geer
Eben Geer

Reputation: 3796

What is the SystemResourceNotifyWindow?

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

Answers (1)

competent_tech
competent_tech

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

Related Questions