Charles Milette

Results 617 comments of Charles Milette

Shouldn't this issue be fixed, instead of a workaround being glorified in docs?

IMO this should use [App User Model IDs](https://docs.microsoft.com/en-us/windows/win32/shell/appids), not a shortcut. This is how stuff like jump lists are implemented already.

In fact... there is an existing overload of `CreateTileUpdaterForApplication` which takes a string for a PRAID. It could be updated to also allow app user model IDs in case the...

Can repro. I'd argue min == max should be an invalid state here (i.e. the control should throw if someone tries to do that)

I'm not sure the calling convention can be changed for this, as AFAIK it would affect existing COM and C APIs returning structs (DirectX has a couple ones). Introducing a...

After some more thinking, I think the "return via register" rule can be changed to simply include all trivially copyable types, as types returned via a C or COM API...

My laptop (Dell XPS 15 9520) doesn't seem to experience that issue. Are you guys using sleep on a desktop computer?