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.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.