◄Notification Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINMLE WM_CONTROL id = (USHORT) SHORT1FROMMP(mp1); /* MLE-window ID */ usNotifyCode = MLN_SETFOCUS; The MLN_SETFOCUS notification message is sent when the window in a multiple-line entry field (MLE) receives the input focus. Parameter Description ──────────────────────────────────────────────────────────────────────────── id Low word of mp1. Identifies the MLE window. usNotifyCode High word of mp1. Set to MLN_SETFOCUS. Return Value An application should return zero if it processes this message. See Also MLN_KILLFOCUS, WM_CONTROL ♦