◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINMLE MLM_SETCHANGED mp1 = MPFROMSHORT((BOOL) fChanged); /* changed flag */ mp2 = 0L; /* not used, must be zero */ An application sends an MLM_SETCHANGED message to set or clear the multiple-line entry field (MLE) changed flag. Parameter Description ──────────────────────────────────────────────────────────────────────────── fChanged Low word of mp1. Specifies whether to set or clear the changed flag. A value of TRUE sets the changed flag. Return Value The return value is the previous state of the MLE changed flag. See Also MLM_QUERYCHANGED, MLN_CHANGE, WM_CONTROL ♦