version()
HRESULT version get XML version number.
BSTR arg0 --- p [OUT]
# File ext/win32ole/sample/xml.rb, line 7278 def version OLEProperty.new(@dispatch, 65646, [VT_BYREF|VT_BSTR], [VT_BYREF|VT_BSTR, VT_HRESULT]) end