This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
charset=(arg0)
HRESULT charset get encoding.
BSTR arg0 --- p [IN]
# File ext/win32ole/sample/xml.rb, line 7232 def charset=(arg0) ret = @dispatch._setproperty(65645, [arg0], [VT_BSTR, VT_HRESULT]) @lastargs = WIN32OLE::ARGV ret end