BOOL WINAPI ImmShowSoftKeyboard(HWND hSoftKbdWnd, int nCmdShow)
Sets the given soft keyboard's show state.
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.