The EN_KILLFOCUS notification message is sent when an edit control loses the input focus. The control's parent window receives this notification message through a WM_COMMAND message.
wParam
Specifies the identifier of the edit control.
lParam
Specifies the handle of the edit control in the low-order word, and specifies the EN_KILLFOCUS notification message in the high-order word.