IVsDocOutlineProvider2::TranslateAccelerator Method (array<MSG>^)

 

Processes a Windows message related to accelerator keys.

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

int TranslateAccelerator(
	array<MSG>^ lpMsg
)

Parameters

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

 [in] Pointer to the Windows message to process.

Return Value

Type: System::Int32

When implementing, return S_OK if the message was processed and requires no further translation; otherwise, return S_FALSE if you want the shell to translate the message.

Return to top
Show: