It's not clear on how you're supposed to deal with the image scaling when sending a notification. Say you're setting the 48x48
appLogoOverride
from a Win32 C++ application in two cases:
Not DPI aware.
DPI aware
Does the image scale automatically?
Would it know how to pick up a better image size (is there some naming scheme that would allow it).
If you are stuck manually handling it, what about getting the actual DPI when the app is not DPI aware?
TIA!!