Editor_GetModified

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

Editor_GetModified( HWND hwnd );

Parameters

hwnd

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

Return Values

If the text is modified, the return value is TRUE. If the text is not modified, the return value is FALSE.