Function Return Values

Syntax

#include <mw/mgr/mgr.h> 

#define  MWMGR_PSERR_TRUE     (    0 )     /* Process succeeded           */
#define  MWMGR_PSERR_MEMR     (   -1 )     /* Insufficient memory         */
#define  MWMGR_PSERR_ARGU     (   -2 )     /* Argument error              */
#define  MWMGR_PSERR_IMAG     (   -3 )     /* Abnormal image              */
#define  MWMGR_PSERR_PROC     (   -4 )     /* Processing impossible       */
#define  MWMGR_PSERR_RECG     (   -5 )     /* Recognition process failed  */

Description

See the corresponding C++ constants, function return values.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL