mwqreQREncoderInitMemory Function

Syntax

#include <mw/qre/qre.h>

NN_EXTERN_C bool mwqreQREncoderInitMemory(
    mwqreQREncoder* this_,
    void* ptr,
    u32 size
);

Arguments

Name Description
this_
ptr
size

Return Values

Description

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

Revision History

2010/06/24
Initial version.

CONFIDENTIAL