[PATCH] wuaueng: Add stub DllRegisterServer and DllUnregisterServer functions.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49459 Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
Hi Vijay, Returning S_OK would be a better return value for these functions even though nothing is currently being registered. Regards Alistair. On 27/6/20 6:53 am, Vijay Kiran Kamuju wrote:
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49459 Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
Hi Alistair, On Sat, Jun 27, 2020 at 9:00 AM Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
Hi Vijay,
Returning S_OK would be a better return value for these functions even though nothing is currently being registered.
I have used mssip32.dll as implementation as reference.
From my analysis, wuaueng.dll registers the service wuauserv when it invokes the DllRegisterService. Hence I thought returning E_UNEXPECTED is better than faking success.
Regards Alistair. Thanks, Vijay
On 27/6/20 6:53 am, Vijay Kiran Kamuju wrote:
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49459 Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
participants (2)
-
Alistair Leslie-Hughes -
Vijay Kiran Kamuju