March 25, 2026
5:27 a.m.
GetRef returns a callable IDispatch object that wraps a script function or sub, allowing it to be assigned to a variable and invoked later. The returned object calls exec_script on DISPID_VALUE invocation. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54221 -- v6: vbscript: Implement GetRef. https://gitlab.winehq.org/wine/wine/-/merge_requests/10444