◄Notification Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINMLE WM_CONTROL id = (USHORT) SHORT1FROMMP(mp1); /* MLE-window ID */ usNotifyCode = MLN_CLPBDFAIL; sError = (USHORT) SHORT1FROMMP(mp2); /* error code */ The MLN_CLPBDFAIL notification message is sent if the clipboard is unable to receive the text sent to it by 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_CLPBDFAIL. sError Specifies the error that occurred. This parameter can be one of the following error values: Value Meaning ────────────────────────────────────────────────────────────── MLFCLPBD_TOOMUCHTEXT Specifies that the amount of text exceeds the capacity of the clipboard. MLFCLPBD_ERROR Specifies an unknown clipboard error. See Also MLM_COPY, MLM_CUT, WM_CONTROL ♦