On Fri Oct 18 15:01:39 2024 +0000, Alexandre Julliard wrote:
Please avoid nesting server requests like that. It looks like this could be done just as well as a single request instead of 2 (actually 3 since you need to close the handle).
v3 gave this its own server call. I also removed anything involving services.exe for now, since I know it leads to at least one regression (ultimately involving our stub for WTSQueryUserToken).