I'm using Florian's wrapper class to call GetSystemMenu() to add a custom menu item to the system menu for an application.
I'm just curious as to whether there is any cleanup required for the handle returned by calling GetSystemMenu or the additional menu items. I don't see any mention of needing to call CloseHandle() or similar, so my current assumption is that this is not needed.