Project::OutStringToResultsLog

Description

It appends the string to the Results Log.

Syntax

BOOL OutStringToResultsLog( LPCSTR lpcszString, BOOL bAddCRLF = TRUE, LPCSTR lpcszName = NULL )

Parameters

lpcszString
[input]the string to append.
bAddCRLF
[input]if TRUE, a carriage return-line feed combination will be appended after the string.
lpcszName
[input]the name of a page used to produce the header in the log.

Return

TRUE if sucess, otherwise FALSE.

Examples

EX1

void OutStringToResultsLog_EX()
{
        if(Project.OutStringToResultsLog("This is a test String_to_ResultsLog"))
                printf("out string Success!");
}

Remark

See Also

Header to Include

origin.h