Method of IApplication
Search for existing ShortKey handler
var ppShortKeyHandler = Application.FindShortKey(nKey, Syntax);
ppShortKeyHandler = Application.FindShortKey nKey, Syntax
CComPtr<IShortKeyHandler> pShortKeyHandler; HRESULT hr = Application.FindShortKey(nKey, Syntax, &pShortKeyHandler);