IShellBrowser::TranslateAcceleratorSBIShellBrowser::TranslateAcceleratorSB*
*Contents  *Index  *Topic Contents
*Previous Topic: IShellBrowser::SetToolbarItems
*Next Topic: IShellExecuteHook

IShellBrowser::TranslateAcceleratorSB


HRESULT TranslateAcceleratorSB(
    LPMSG lpmsg,
    WORD wID
   );	

Translates accelerator keystrokes intended for the browser's frame while the view is active.

lpmsg
Address of an MSG structure containing the keystroke message.
wID
Command identifier value corresponding to the keystroke in the container-provided accelerator table. Containers should use this value instead of translating again.

This method is similar to the IOleInPlaceFrame::TranslateAccelerator method.

See also IShellBrowser


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