ANY-maze Help > The ANY-maze reference > ANY-maze plug-ins > Plug-in API reference > AME_NOTIMPLEMENTED return code

AME_NOTIMPLEMENTED return code

AME_NOTIMPLEMENTED is used as the return code when a plug-in does not implement the feature related to the passed message. This is a valid return from the following messages:

 AME_ENUMERATE 
 AME_ENABLE 
 AME_GETHELPTITLE 
 AME_GETHELPINTRO 
 AME_GETHELPDETAILS 
 AME_EDITSETTINGS 
 AME_APPLYSETTINGS 

In the case of AME_ENUMERATE, this return code is used to indicate the end of the enumeration, i.e. the DLL has returned the GUIDs of all the plug-ins it implements.

Value

The ordinal value of this code is 1.

© Copyright 2003-2026 Stoelting Co. All rights reserved

ANY-maze help topic T1027