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