IActiveIME2::Unsleep method

Instructs the Active Input Method Editor (IME) to restart its user interface and enables it to modify input context handles.

Syntax

HRESULT Unsleep(
  [in] BOOL fDead
);

Parameters

  • fDead [in]
    A Boolean value that specifies whether the Active IME is about to be shut down. If TRUE, the Destroy method is about to be called, and the user interface should remain disabled. Otherwise, the value should be set to FALSE.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.0

Header

Dimm.h

IDL

Dimm.idl

DLL

Custom

See also

IActiveIME2