IVsWebBrowserUser.TranslateAccelarator(MSG[]) 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.
Translate the specified message.
public:
int TranslateAccelarator(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ lpmsg);
int TranslateAccelarator(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & lpmsg);
public int TranslateAccelarator (Microsoft.VisualStudio.OLE.Interop.MSG[] lpmsg);
abstract member TranslateAccelarator : Microsoft.VisualStudio.OLE.Interop.MSG[] -> int
Public Function TranslateAccelarator (lpmsg As MSG()) As Integer
Parameters
- lpmsg
- MSG[]
[in] The message to be translated.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsbrowse.idl:
[C++]
HRESULT IVsWebBrowserUser::TranslateAccelarator(
[in] LPMSG lpMsg
);