Quick Info

Windows NT
Yes
Win95
Yes
Win32s
No
Import Library
-
Header File
shlobj.h
Unicode
No
Platform Notes
None

IShellBrowser::TranslateAcceleratorSB

[Now Supported on Windows NT]

This method is not used in the Explorer at this time.

HRESULT TranslateAcceleratorSB(

LPMSG lpmsg,
// Points to an MSG structure
WORD wID
// Contains the command identifier value
);

Parameters

lpmsg

Points to an MSG structure containing the keystroke message.

wID

Contains the command identifier value corresponding to the keystroke in the container-provided accelerator table. Containers should use this value instead of translating again.

Return Values

Returns NOERROR if successful or an OLE-defined error value otherwise.

Remarks

This method is similar to IOleInPlaceFrame::TranslateAccelerator but is not used.

See Also

IShellBrowser

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples