mshtml: Return DISP_E_MEMBERNOTFOUND when not finding member by DISPID.
commit6b75f930022e49c5baa58642ac88a5ecb0c4dda3
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Fri, 12 Aug 2022 14:07:30 +0000 (12 17:07 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Aug 2022 20:13:05 +0000 (12 22:13 +0200)
tree4547beffda047a30972f655451660a5b04014b45
parenta4d6dc79b139e0adbbe1753b601af7ce0ec5d05a
mshtml: Return DISP_E_MEMBERNOTFOUND when not finding member by DISPID.

DISP_E_UNKNOWNNAME is for when retrieving the DISPID itself.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
dlls/mshtml/dispex.c
dlls/mshtml/htmldoc.c
dlls/mshtml/htmlelem.c
dlls/mshtml/htmlelemcol.c
dlls/mshtml/tests/events.c