EmEditor Home - EmEditor Help - Plug-in Reference - Messages

EE_SET_MODIFIED

Changes the modified state of the text. You can send this message explicitly or by using the Editor_SetModified inline function.

EE_SET_MODIFIED
    wParam = (WPARAM) (BOOL) bModified;
    lParam = 0;

Parameters

bModified

TRUE to change the state as modified, or FALSE to change the state as unmodified.

Return Values

The return value is not used.

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2011 by Emurasoft, Inc.