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.
createElement(arg0, arg1=nil, arg2=nil)
public
HRESULT createElement create different
types of IXMLElements.
VARIANT arg0 --- vType [IN]
VARIANT arg1 --- var1 [IN]
IXMLElement2,IXMLElement2 arg2 --- ppElem [OUT]
# File ext/win32ole/sample/xml.rb, line 7301
def createElement(arg0, arg1=nil, arg2=nil)
ret = @dispatch._invoke(65644, [arg0, arg1, arg2], [VT_VARIANT, VT_VARIANT, VT_BYREF|VT_BYREF|VT_DISPATCH])
@lastargs = WIN32OLE::ARGV
ret
end