Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called to process menu accelerator-key messages.
STDMETHOD(TranslateAccelerator)( 
   LPMSG lpMsg, 
   const GUID * pguidCmdGroup, 
   DWORD nCmdID  
);
Parameters
- lpMsg 
 See lpMsg in IDocHostUIHandler::TranslateAccelerator in the Windows SDK.
- pguidCmdGroup 
 See pguidCmdGroup in IDocHostUIHandler::TranslateAccelerator in the Windows SDK.
- nCmdID 
 See nCmdID in IDocHostUIHandler::TranslateAccelerator in the Windows SDK.
Return Value
Returns S_FALSE.
Remarks
This member function is CDHtmlDialog's implementation of IDocHostUIHandler::TranslateAccelerator, as described in the Windows SDK.
Requirements
Header: afxdhtml.h