BOOL loadXML load the document from a string
BSTR arg0 --- bstrXML [IN]
1028 1029 1030 1031 1032
# File 'sample/xml.rb', line 1028 def loadXML(arg0) ret = _invoke(63, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end