mwqreQREncoderGetErrorMessage Function

Syntax

#include <mw/qre/qre.h>

NN_EXTERN_C bool mwqreQREncoderGetErrorMessage(
    mwqreQREncoder* this_,
    char* pMess
    int size
);

Arguments

Name Description
this_
pMess
size

Return Values

Description

See the corresponding C++ function, mw::qre::QREncoder::GetErrorMessage .

Revision History

2010/06/24
Initial version.

CONFIDENTIAL