Methods
H
Included Modules
Attributes
[R] lastargs
Instance Public methods
hasFeature(arg0, arg1)

BOOL hasFeature

BSTR arg0 --- feature [IN]
BSTR arg1 --- version [IN]
# 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