|
ANY-maze Help > The ANY-maze reference > ANY-maze plug-ins > Plug-in API reference > AME_ERROR return code AME_ERROR return code
AME_ERROR is used as the return code when a plug-in fails to process a message. When a plug-in returns this code, ANY-maze will log the error in its log file (which is called ANYmazeLog.txt and is located in the same folder as the ANY-maze.exe file). You should not return AME_ERROR when processing an AME_POSN message in which you have no result to return. In this case, you should set the ResultType to RT_NONE (unless, of course, you really have encountered an error). ValueThe ordinal value of this code is 2.
© Copyright 2003-2026 Stoelting Co. All rights reserved ANY-maze help topic T1028 |