dll=Win32API.new("your_dll", "your_function", [input_args], [output args])
dll.call([input_args], [output args])
@screen = Win32API.new 'screenshot', 'Screenshot', %w(l l l l p l l), ''
@screen.call(0, 0, Graphics.width, Graphics.height, filename, self.handel,typid)