Method of IApplication
Register ShortKey handler
Application.RegisterShortKey(nKey, pShortKeyHandler, Syntax);
Application.RegisterShortKey nKey, pShortKeyHandler, Syntax
HRESULT hr = Application.RegisterShortKey(nKey, pShortKeyHandler, Syntax);
IApplication