IMEWin32Event::IMEWin32Event

IMEWin32Event::IMEWin32Event
IMEWin32Event(IMEEventType t = IME_Default);
IMEWin32Event(IMEEventType t, UPInt hwnd, unsigned win32msg, UPInt wp, UPInt lp, int options = 0);
Description

IMEWin32Event constructor.

Parameters
Parameters 
Description 
IMEEventType t = IME_Default 
Event type. 
UPInt hwnd 
Window handle corresponding to the message. 
unsigned win32msg 
UPInt wp 
Message parameter. 
UPInt lp 
Message parameter. 
int options = 0 
Optional parameter; not used.