IActiveIMMIME::ShowSoftKeyboard method

Sets the show state of the specified soft keyboard.

Syntax

HRESULT ShowSoftKeyboard(
  [in] HWND hSoftKbdWnd,
  [in] int  nCmdShow
);

Parameters

hSoftKbdWnd [in]

A window handle to the soft keyboard.

nCmdShow [in]

An integer value that contains the show state of the window. This can be one of the following values.

SW_HIDE

Hides the soft keyboard.

SW_SHOWNOACTIVATE

Displays the soft keyboard.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImmShowSoftKeyboard function that is documented in the Windows 98 Device Driver Kit.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dimm.h

IDL

Dimm.idl

See also

IActiveIMMIME