mw::qre::QREncoder::GetErrorMessage Member Function

Syntax

bool GetErrorMessage(
    char* pMess
    int size
);

Arguments

Name Description
out pMess The buffer for storing the error information string.
in size The size in bytes of the buffer for storing the error information string.

Return Values

Returns true if error message is obtained successfully, false otherwise.

Description

Gets the error information.

Revision History

2010/05/31
Initial version.

CONFIDENTIAL