◄Notification Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINENTRYFIELDS WM_CONTROL id = (USHORT) SHORT1FROMMP(mp1); /* control-window ID */ usNotifyCode = EN_KILLFOCUS; hwndEdit = HWNDFROMMP(mp2); /* window handle of entry field */ The EN_KILLFOCUS notification message is sent when an entry-field control loses the input focus. Parameter Description ──────────────────────────────────────────────────────────────────────────── id Low word of mp1. Identifies the control window. usNotifyCode High word of mp1. Set to EN_KILLFOCUS. hwndEdit Low and high word of mp2. Identifies the entry-field window. See Also EN_SETFOCUS, WM_CONTROL ♦