mnGetErrorFlag

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.

Parameters

None

Returns (Boolean)

True (1) if the error flag is signaled

False (0) if the error flag is not signaled

Present in

DBP

C++

.Net




This page is in the following sections:
(2) Error Reporting
(1) Miscellaneous
(0) DarkNet Help