mw::qre::QREncoder::GetQRBMPData
Member Functionbool GetQRBMPData( u8* buff, u32 size, u32 index = 0, Rect* pos = NULL );
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 . |
Returns the obtained result. Returns true
if successful, false
otherwise.
Gets the Windows BMP data.
GetQRBMPData
(from GetQRData
)
CONFIDENTIAL