mw::qrd::Result Enumerated Type

Syntax

enum Result;

Value

Value Description
RESULT_SUCCESS Process succeeded.
RESULT_ILLEGAL_PARAMETER Invalid parameter.
RESULT_NODATA Failed to recognize QR Code.
RESULT_NOMEMORY Insufficient work buffer.
RESULT_VERSION Unsupported version of QR Code.
RESULT_ILLEGAL_IMAGESIZE Invalid image size.
RESULT_NOT_INITIALIZED Library is not initialized.

Description

Enumerated type representing the decoding result.

Revision History

2010/06/17
Corrected the text.
2010/05/31
Initial version.

CONFIDENTIAL