mwqreQREncoderGetQRSize Function

Syntax

#include <mw/qre/qre.h>

NN_EXTERN_C u32 mwqreQREncoderGetQRSize(
    mwqreQREncoder* this_,
    u32 index,
    bool isBmp
);

Arguments

Name Description
this_
index
isBmp

Return Values

Description

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

Revision History

2010/06/24
Initial version.

CONFIDENTIAL