Function Return Values

Syntax

#include <mw/mgr/mgr.h>

#define  PSERR_TRUE     (    0 )     /* Process succeeded           */
#define  PSERR_MEMR     (   -1 )     /* Insufficient memory         */
#define  PSERR_ARGU     (   -2 )     /* Argument error              */
#define  PSERR_IMAG     (   -3 )     /* Abnormal image              */
#define  PSERR_PROC     (   -4 )     /* Processing impossible       */
#define  PSERR_RECG     (   -5 )     /* Recognition process failed  */

Description

Values returned by functions.

Revision History

2010/06/30
Initial version.

CONFIDENTIAL