Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
SYNTAX:
 
 xpxDefineErrorCode (errorCode : INTEGER;
                    errorText : STRING;
                    options   : INTEGER)                     status    : INTEGER;
 
To be completed.
 
The xpxDefineErrorCode function adds a user defined error code to the list of EDMinterface error codes.
The argument <errorCode> specifies a EDMinterface error code.
The argument <errorText> specifies an error message that corresponds to the given EDMinterface error code.
The <options> argument specifies the current options. The <options> value should be defined as a bitwise OR between the options to enable. Default options are enabled when the value of <options> is set to zero. Available options are REPLACE_EXISTING and DELETE_EXISTING.
This function is equivalent to the EDMinterface function edmiDefineErrorCode.

  • No labels