represents one function, e.g. MessageBoxW
# File lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_function.rb, line 54 def initialize(return_type, params, windows_name) check_return_type(return_type) # we do error checking as early as possible so the library is easier to use check_params(params) @return_type = return_type @params = params @windows_name = windows_name end
Generated with the Darkfish Rdoc Generator 2.