◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINMLE MLM_DISABLEREFRESH mp1 = 0L; /* not used, must be zero */ mp2 = 0L; /* not used, must be zero */ An application sends an MLM_DISABLEREFRESH message to prevent repainting (refresh) of a multiple-line entry field (MLE). This message does not use any parameters. Return Value The return value is always TRUE. Comments When refresh is disabled, the MLE does not accept any keyboard or mouse input. When the mouse pointer is positioned over the MLE window, the pointer changes to the hourglass shape. See Also MLM_ENABLEREFRESH ♦