Share via


IOleInPlaceFrame.TranslateAccelerator(MSG[], UInt16) Method

Definition

public:
 int TranslateAccelerator(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ lpmsg, System::UInt16 wID);
int TranslateAccelerator(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & lpmsg, unsigned short wID);
public int TranslateAccelerator (Microsoft.VisualStudio.OLE.Interop.MSG[] lpmsg, ushort wID);
abstract member TranslateAccelerator : Microsoft.VisualStudio.OLE.Interop.MSG[] * uint16 -> int
Public Function TranslateAccelerator (lpmsg As MSG(), wID As UShort) As Integer

Parameters

lpmsg
MSG[]
wID
UInt16

Returns

Remarks

For information on the COM interface, see IOleInPlaceFrame::TranslateAccelerator

Applies to