IDocHostUIHandler::TranslateAcceleratorIDocHostUIHandler::TranslateAccelerator*
*Contents  *Index  *Topic Contents
*Previous Topic: IDocHostUIHandler::ShowUI
*Next Topic: IDocHostUIHandler::TranslateUrl

IDocHostUIHandler::TranslateAccelerator

HRESULT TranslateAccelerator( 
    LPMSG lpMsg,
    const GUID FAR *pguidCmdGroup,
    DWORD nCmdID
);

Called by IE4/MSHTML when IOleInPlaceActiveObject::TranslateAccelerator or IOleControlSite::TranslateAccelerator is called.

lpMsg
Points to the message that might need to be translated.
pguidCmdGroup
Command group identifier.
nCmdID
Command identifier.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.