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.