Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
open(arg0, arg1, arg2=nil, arg3=nil, arg4=nil)
public
VOID open Open HTTP connection
BSTR arg0 --- bstrMethod [IN]
BSTR arg1 --- bstrUrl [IN]
VARIANT arg2 --- varAsync [IN]
VARIANT arg3 --- bstrUser [IN]
VARIANT arg4 --- bstrPassword [IN]
# File ext/win32ole/sample/xml.rb, line 7076
def open(arg0, arg1, arg2=nil, arg3=nil, arg4=nil)
ret = @dispatch._invoke(1, [arg0, arg1, arg2, arg3, arg4], [VT_BSTR, VT_BSTR, VT_VARIANT, VT_VARIANT, VT_VARIANT])
@lastargs = WIN32OLE::ARGV
ret
end