Simple question I think, after I have registered a few system-wide hotkeys with RegisterHotKey() do I need to eventually call UnregisterHotKey() to clean them up, or can I simply exit my application without worrying about it?
MSDN doesn't seem to say, that or I misunderstand it, anyways: I realize I should just go ahead and call UnregisterHotKey to be safe, but if anyone knows otherwise it'd be useful just to know, for knowings sake.
Thanks!