OutStringToResultsLog
It appends the string to the Results Log.
BOOL OutStringToResultsLog( LPCSTR lpcszString, BOOL bAddCRLF = TRUE, LPCSTR lpcszName = NULL )
TRUE if sucess, otherwise FALSE.
EX1
void OutStringToResultsLog_EX() { if(Project.OutStringToResultsLog("This is a test String_to_ResultsLog")) printf("out string Success!"); }
origin.h