AppBase::OnIMEEvent

AppBase::OnIMEEvent
virtual bool OnIMEEvent(unsigned message, UPInt wParam, UPInt lParam, UPInt hWND, bool preprocess);
Description

OnIMEEvent is called to pass IME events to the IME Manager.

Parameters
Parameters 
Description 
unsigned message 
The message. 
UPInt wParam 
The message parameter. 
UPInt lParam 
The message parameter. 
UPInt hWND 
The Windows handle for receiving the events. 
bool preprocess 
_nt_ 
Return Value