immgetcontext (coredll)
Last changed: -87.192.228.47

.
Summary
Returns the input context associated with the specified window. - An application should routinely use this function to retrieve the current input context before attempting to access information in the context. (from msdn.microsoft.com)

C# Signature:

[DllImport("coredll.dll")]
public static extern IntPtr ImmGetContext(IntPtr hWnd);

VB Signature:

Declare Function ImmGetContext Lib "coredll.dll" (hWnd As IntPtr) As IntPtr

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation