This command is used with EM_SAVE error
mode to determine when an error has occurred.
When an error occurs in EM_SAVE error
mode, mnGetErrorFlag will return true. In other error modes mnGetErrorFlag
will not return true in this case.
You can signal the error flag in any
error mode using mnSetErrorFlag, and cause mnGetErrorFlag to return
true.
After your application has finished dealing with the error it should use mnClearErrorFlag to reset the flag to non signaled state, causing mnGetErrorFlag to return false.
None
True (1) if the error flag is signaled
False (0) if the error flag is not signaled
DBP
C++
.Net