ImmShowSoftKeyboard

BOOL WINAPI ImmShowSoftKeyboard(HWND hSoftKbdWnd, int nCmdShow)
 

Sets the given soft keyboard's show state.

If successful, the return value is TRUE. Otherwise, it is FALSE.

hSoftKbdWnd
Window handle of the soft keyboard.
nCmdShow
Show state of the window. SW_HIDE hides the soft keyboard; SW_SHOWNOACTIVATE displays the soft keyboard.