IVsIME::SetDefCurPos Method (IntPtr, array<VSIME_ERR>^)
Visual Studio 2015
Moves the editor window to the default position. The method provides a wrapper to .ime_3ho7
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- hwnd
-
Type:
System::IntPtr
[in] Handle of the editor window.
- perr
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSIME_ERR>^
[out] Set to zero when there is an error. Nonzero otherwise.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsIME::SetDefCurPos(
[in] HWND hwnd,
[out] VSIME_ERR * perr
);
Show: