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 ); 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. The return value is not used.Parameters¶
Return Values¶