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