www.pudn.com > SimpleInput.rar > UserDefinedMessage.h
//User-defined message /////////////////////////////////////////////////////////////////// //=================================================================== #define MYMSG_REGCALLBACK (WM_USER+100) //-------------------------------------------------------------------- //Description: // The message is using for registering the input method callback function // //Parameters: // pImCallback = (IIMCallback *)wParam // 0 = lParam //==================================================================== #define MSG_USEROPTIONSDLG (WM_USER+101) //Description: // The message is for show UserOptionsDlg // //Parameters: // hWndParent = (HWND)wParam // 0 = lParam //=====================================================================