int = GetHotkey()
Retrieves the hot key for a shell link object.
Comments
Note: My tests do not seem to be working. at least, the values returned
seem not to match what the documentation says should be returned.
I would expect with a Hotkey of CTRL-ALT-T, to get an integer where
integer & 256 == ord('T'), i.e. 116 or 84, instead I get 1620