load(arg0)
BOOL load load document from the specified XML source
VARIANT arg0 --- xmlSource [IN]
# File ext/win32ole/sample/xml.rb, line 1010 def load(arg0) ret = _invoke(58, [arg0], [VT_VARIANT]) @lastargs = WIN32OLE::ARGV ret end