url=(arg0)
HRESULT url set URL to load an XML document from the URL.
BSTR arg0 --- p [IN]
# File ext/win32ole/sample/xml.rb, line 7223 def url=(arg0) ret = @dispatch._setproperty(65641, [arg0], [VT_BSTR, VT_HRESULT]) @lastargs = WIN32OLE::ARGV ret end