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++ constant, Function Return Values.

Revision History

2010/06/30
Initial version.

CONFIDENTIAL