IVsWebBrowserUser::TranslateAccelarator Method (array<MSG>^)

 

Translate the specified message.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int TranslateAccelarator(
	array<MSG>^ lpmsg
)

Parameters

lpmsg
Type: array<Microsoft.VisualStudio.OLE.Interop::MSG>^

[in] The message to be translated.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsbrowse.idl:

[C++]

HRESULT IVsWebBrowserUser::TranslateAccelarator(
   [in] LPMSG lpMsg
);
Return to top
Show: