mw::qre::QREncoder::GetQRBMPData Member Function

Syntax

bool GetQRBMPData(
    u8* buff,
    u32 size,
    u32 index = 0,
    Rect* pos = NULL
);

Arguments

Name Description
out buff The buffer for storing the Windows BMP data.
in size Buffer size.
in index The division number (0-15).
out pos The design image coordinates. (Ignored if NULL.) See Rect.

Return Values

Returns the obtained result. Returns true if successful, false otherwise.

Description

Gets the Windows BMP data.

Revision History

2010/06/24
Changed the function name to GetQRBMPData (from GetQRData)
2010/06/17
Corrected the text.
2010/05/31
Initial version.

CONFIDENTIAL