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 ); hwnd Specifies the window handle of the view or frame of EmEditor. If the text is modified, the return value is TRUE. If the text is not
modified, the return value is FALSE.Parameters¶
Return Values¶