Serial Framework C++ Edition

◆ wclGetErrorInfo() [2/2]

bool wclGetErrorInfo ( const tstring FileName,
const int  Error,
tstring Framework,
tstring Category,
tstring Constant,
tstring Description 
)

Reads the error information.

Parameters
FileNameThe full file path to the error.xml file.
ErrorThe WCL error code.
FrameworkIf the function completed with success on output contains the WCL Framework name that the error relates to.
CategoryIf the function completed with success on output contains the error category.
ConstantIf the function completed with success on output contains the error constant name.
DescriptionIf the function completed with success on output contains the error description.
Returns
If the function completed with success the returning value is true. Otherwise the function returns false.