Editor_SetModified

Changes the modified state of the text. You can use this inline function or explicitly send the EE_SET_MODIFIED message.

Editor_SetModified( HWND hwnd, BOOL bModified );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

bModified

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

Return Values

The return value is not used.