Well, Acrobat doesn't need to register hooks, it will be sent keyboard events as regular Windows messages. Hooks are a way of getting at other people's message queues.
You do need to call CallNextHookEx. Control might be needed by another plug-in. It may not be subsiduary, just loaded later than you. Leaving this out could create very difficult to solve problems.