Module
IE_CONST
ext/win32ole/sample/ieconst.rb
WIN32OLE.const_load
WIN32OLE.constants.sort.each do |c|
puts "#{c} = #{WIN32OLE.const_get(c)}"
end