COM-Classes
COM-Classes copied to clipboard
explicitly specify types
return types
Change all COM methods to explicitly specify their return type (most of the time "UInt"
) to ensure the code doesn't break on a possible future change in AHK.
method & NumGet()
The same for all those calls to NumGet()
retrieving the method adresses.