Queue api from mfplat forwards directly to rtworkq, so would it be useful to duplicate some of these new tests entirely in rtworkq too?
The tests which had memory leaks?
There is also IRtwqPlatformEvents, maybe that one could aid in testing too.
This didn't prove particularly useful since it only notifies on shutdown, not on platform unlock. It could be used to check for shutdown, but it is currently unimplemented in Wine, and checking for shutdown with AllocateWorkQueue() is simple if not elegant.