> Without doing a web search, can I retrieve all of the procnames in the > "dllname" as refered to here... > <Win32API.new( dllname, procname, importArray, export)> from the dll > itself?? Can't help there, but have you looked at Ruby/DL (comes with the standard install). IIUC, It is supposed to replace Win32API. You can find samples at: http://ttsky.net/ruby/ruby-dl.html.