IVsIME::GetDefaultWindow Method (IntPtr, IntPtr)
Visual Studio 2015
Retrieves the default window for the Input Method Editor (IME) class that is active. Wrapper for a call to .ime_0a5g
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- hwnd
-
Type:
System::IntPtr
[in] The handle for the editor window.
- phRetVal
-
Type:
System::IntPtr
[out] If successful, the default window for the IME class. Otherwise, null.
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::GetDefaultWindow(
[in] HWND hwnd,
[out] HWND* phRetVal
);
Show: