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