IActiveIME2::Sleep Method     IActiveIMMApp Interface     IActiveIME2 Interface    
Web Workshop (Miscellaneous)

IActiveIME2::Unsleep Method


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

Syntax

HRESULT Unsleep(
    BOOL fDead
);

Parameters

fDead
[in] Boolean value that specifies if the Active IME is about to be shut down. If TRUE, the IActiveIME::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 code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.