IOleInPlaceFrame.TranslateAccelerator(MSG[], UInt16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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