Displaying 1 result from an estimated 1 matches for "dll_name".
Did you mean:
dl_name
2008 Jan 26
0
JRuby version of win32-api - initial try
...getFunction(''FormatMessageA'')
LocalFree = KERNEL32.getFunction(''LocalFree'')
public
VERSION = ''1.0.6''
attr_reader :function_name
attr_reader :prototype
attr_reader :return_type
attr_reader :dll_name
def initialize(function, prototype=''V'', return_type=''L'',
dll=''kernel32'')
# Convert a prototype string to an array of characters
if prototype.respond_to?(:split)
prototype = prototype.split('''...