Advantage Client Engine
Displays a message box for the last error (if there was one)
UNSIGNED32 |
AdsShowError (UNSIGNED8 *pucTitle); |
pucTitle (I) |
The title for the message box. Can be NULL. |
AdsShowError will display a message box containing the last error message. The message displayed is identical to the error message available from AdsGetErrorString. This function is useful during development or debugging to view error messages immediately after the error occurred.