BOOL hasFeature
BSTR arg0 --- feature [IN] BSTR arg1 --- version [IN]
Source: show | on GitHub
# File ext/win32ole/sample/xml.rb, line 16 def hasFeature(arg0, arg1) ret = _invoke(145, [arg0, arg1], [VT_BSTR, VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end