COM-Classes icon indicating copy to clipboard operation
COM-Classes copied to clipboard

explicitly specify types

Open maul-esel opened this issue 13 years ago • 0 comments

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.

maul-esel avatar Jan 14 '12 12:01 maul-esel