point.rb

Path: Win32API/point.rb
Last Update: Fri Aug 13 15:37:47 AUS Eastern Standard Time 1999

Required files

Win32API  

Constants

GetDesktopWindow = Win32API.new("user32", "GetDesktopWindow", [], 'L')
GetActiveWindow = Win32API.new("user32", "GetActiveWindow", [], 'L')
SendMessage = Win32API.new("user32", "SendMessage", ['L'] * 4, 'L')

[Validate]