On Tue Nov 1 17:42:19 2022 +0000, Torge Matthies wrote:
@jacek Would it help to inline the `user32_callback_params` struct into the params for the callback (in other words prepending a `struct user32_callback_params` to the args and removing the `args` pointer)?
Yes, that's what I previously suggested. The main disadvantage is that it won't be convenient for some driver callbacks that pass variable sized args.