IActiveIMMIME::DestroySoftKeyboard method

Destroys the soft keyboard window.

Syntax

HRESULT DestroySoftKeyboard(
  [in] HWND hSoftKbdWnd
);

Parameters

  • hSoftKbdWnd [in]
    A window handle to the soft keyboard to destroy.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

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

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.0

Header

Dimm.h

IDL

Dimm.idl

See also

IActiveIMMIME