CoverageAddAnnotation

Example       Related Topics

Description

Displays the specified annotation in the Log tab in the Properties dialog box and includes it in the log file.

Syntax

int CoverageAddAnnotation (char *Annotation)

 

where Annotation represents a character string.

Returns

1

The annotation was displayed and added.

0

The annotation was not displayed and added.

Notes

§      This function is available only when you are collecting coverage data.

§      Use this function to record any special data collection circumstances for a specific data file, such as the version number of the program being monitored.

(C) Copyright IBM Corporation 1992, 2010.