◄Notification Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINMLE WM_CONTROL id = (USHORT) SHORT1FROMMP(mp1); /* MLE-window ID */ usNotifyCode = MLN_MEMERROR; The MLN_MEMERROR notification message is sent if there is insufficient memory for the requested operation within a multiple-line entry field (MLE). Parameter Description ──────────────────────────────────────────────────────────────────────────── id Low word of mp1. Identifies the MLE window. usNotifyCode High word of mp1. Set to MLN_MEMERROR. Return Value An application should return zero if it processes this message. See Also WM_CONTROL ♦