CWnd::get_accKeyboardShortcut
Visual Studio 2010
Called by the framework to retrieve the specified object's shortcut key or access key.
virtual HRESULT get_accKeyboardShortcut( VARIANT varChild, BSTR *pszKeyboardShortcut );
Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accKeyboardShortcut in the Windows SDK.
This function is part of MFC's Active Accessibility support.
Override this function in your CWnd-derived class to identify the keyboard shortcut for your object.
For more information, see IAccessible::get_accKeyboardShortcut in the Windows SDK.