qre (C)

Description

This is the C interface module for mw::qre.

Structures

mwqreQREncoder The C union representing the QR encoder.
mwqreEncodeData The C structure representing the encoded data.
mwqreImageInfo The C structure representing the image information of the QR Code.
mwqreRect The C structure representing the rectangle coordinates.

Functions

mwqreQREncoderEncode See the corresponding C++ function, mw::qre::QREncoder::Encode.
mwqreQREncoderEncodeWithImage See the corresponding C++ function, mw::qre::QREncoder::EncodeWithImage.
mwqreQREncoderGetErrorMessage See the corresponding C++ function, mw::qre::QREncoder::GetErrorMessage .
mwqreQREncoderGetDivCount See the corresponding C++ function, mw::qre::QREncoder::GetDivCount.
mwqreQREncoderGetVersion See the corresponding C++ function, mw::qre::QREncoder::GetVersion.
mwqreQREncoderGetQRSize See the corresponding C++ function, mw::qre::QREncoder::GetQRSize.
mwqreQREncoderGetQRBMPData See the corresponding C++ function, mw::qre::QREncoder::GetQRBMPData .
mwqreQREncoderGetQRData See the corresponding C++ function, mw::qre::QREncoder::GetQRData.
mwqreQREncoderInitMemory See the corresponding C++ function, mw::qre::QREncoder::InitMemory.
mwqreQREncoderGetEncodeBufferSize See the corresponding C++ function, mw::qre::QREncoder::GetEncodeBufferSize.
mwqreQREncoderGetDesignQRImageSize See the corresponding C++ function, mw::qre::QREncoder::GetDesignQRImageSize.

Enumerated Types

mwqreEccLevel This is the C enumerated type representing the level of error correction.

Revision History

2010/06/24
Initial version.

CONFIDENTIAL