IActiveIME2::Sleep method

Instructs the Active Input Method Editor (IME) to shut down its user interface and refrain from locking any input method context handles.

Syntax

HRESULT Sleep();

Parameters

This method has no parameters.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

The Active IME can modify input context handles during the call to IActiveIME2::Sleep, but not after the call is complete. While the Active IME is sleeping, a native Active IME might be using the input context handles.

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