IVsWebBrowserUser.TranslateAccelarator(MSG[]) Method

Definition

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  
);  

Applies to