vbscript: Fix GetIDsOfNames for more than one name.
commit3559fe7366037defaaaaeed0f308eb00b4d4be1f
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Wed, 4 Aug 2021 15:51:47 +0000 (4 18:51 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Aug 2021 19:48:28 +0000 (4 21:48 +0200)
tree1ebc65d272cf6642adffe42fc90477491ecfcaf0
parent678789c72f20ba9a85bfb78ad62be2634b5a8cac
vbscript: Fix GetIDsOfNames for more than one name.

Names after the first one are supposed to retrieve DISPIDs for parameters,
but it doesn't seem to be implemented on Windows.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/vbscript/tests/vbscript.c
dlls/vbscript/vbdisp.c