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.